Commit 49db25dc authored by linsui's avatar linsui
Browse files

rust: set sourceProvenance for bootstrap binary

parent 56c32b05
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ];