ghc: set sourceProvenance for binary bootstrap packages (#463196)

This commit is contained in:
Aleksana
2025-11-20 00:47:42 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -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 ];
};
}