From 49db25dccbba28ff7e10089aa4e782b7fa9da7c9 Mon Sep 17 00:00:00 2001 From: linsui Date: Mon, 18 Dec 2023 23:26:33 +0800 Subject: [PATCH] rust: set sourceProvenance for bootstrap binary --- pkgs/development/compilers/rust/binary.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/compilers/rust/binary.nix b/pkgs/development/compilers/rust/binary.nix index efef07aba4c6..a4a82a3d619c 100644 --- a/pkgs/development/compilers/rust/binary.nix +++ b/pkgs/development/compilers/rust/binary.nix @@ -27,6 +27,7 @@ rec { meta = with lib; { homepage = "http://www.rust-lang.org/"; + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; description = "A safe, concurrent, practical language"; maintainers = with maintainers; [ qknight ]; license = [ licenses.mit licenses.asl20 ]; @@ -71,6 +72,7 @@ rec { meta = with lib; { homepage = "http://www.rust-lang.org/"; + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; description = "A safe, concurrent, practical language"; maintainers = with maintainers; [ qknight ]; license = [ licenses.mit licenses.asl20 ];