Skip to content

Commit 003ea69

Browse files
committed
Fix warning from srcOnly
1 parent 277b592 commit 003ea69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/ghc/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ let
295295
src = haskell-nix.haskellLib.cleanSourceWith {
296296
src = {
297297
outPath = buildPackages.srcOnly {
298+
stdenv = buildPackages.stdenvNoCC;
298299
name = "hadrian";
299300
inherit src;
300301
};

0 commit comments

Comments
 (0)