ghc: set sourceProvenance for binary bootstrap packages
This commit is contained in:
@@ -524,5 +524,6 @@ stdenv.mkDerivation {
|
||||
# `pkgsMusl`.
|
||||
platforms = builtins.attrNames ghcBinDists.${distSetName};
|
||||
teams = [ lib.teams.haskell ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -474,5 +474,6 @@ stdenv.mkDerivation {
|
||||
platforms = builtins.attrNames ghcBinDists.${distSetName};
|
||||
maintainers = lib.teams.haskell.members;
|
||||
broken = !(import ./common-have-ncg.nix { inherit lib stdenv version; });
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user