gnat-bootstrap: add meta.sourceProvenance

This package downloads binaries for bootstrapping; it should be marked as such.
This commit is contained in:
Adam Joseph
2023-04-28 11:54:11 +00:00
committed by Alyssa Ross
parent 3b2220d448
commit 1d1d5d2724
@@ -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 ];
};
}