rust: set sourceProvenance for bootstrap binary

This commit is contained in:
linsui
2023-12-18 23:26:33 +08:00
parent 56c32b0530
commit 49db25dccb

View File

@@ -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 ];