gnat-bootstrap: add meta.sourceProvenance
This package downloads binaries for bootstrapping; it should be marked as such.
This commit is contained in:
parent
3b2220d448
commit
1d1d5d2724
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue