about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorlinsui <linsui@inbox.lv>2023-12-18 23:26:33 +0800
committerlinsui <linsui@inbox.lv>2023-12-25 21:36:29 +0800
commit49db25dccbba28ff7e10089aa4e782b7fa9da7c9 (patch)
treea4774b039eb6b6019336eb583da0032ed282208d /pkgs/development/compilers/rust
parent56c32b0530b05782df6410e8dda03738d14fc9e4 (diff)
rust: set sourceProvenance for bootstrap binary
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/binary.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/rust/binary.nix b/pkgs/development/compilers/rust/binary.nix
index efef07aba4c68..a4a82a3d619cf 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 ];