Skip to content

Commit

Permalink
gnat-bootstrap: add meta.sourceProvenance
Browse files Browse the repository at this point in the history
This package downloads binaries for bootstrapping; it should be marked as such.
  • Loading branch information
Adam Joseph authored and alyssais committed Apr 28, 2023
1 parent 3b2220d commit 1d1d5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/gnat-bootstrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ ethindp ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};
}

0 comments on commit 1d1d5d2

Please sign in to comment.