Skip to content

Commit b5f42a5

Browse files
committed
Fix merge issue
1 parent 09fec30 commit b5f42a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/default-setup.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let
2929
# in the native case, it would be the same in the cross case however
3030
# we *really* want to build the Setup.hs on the build machine and not
3131
# have the stdenv confuse it with the target/host env.
32-
inherit (final.buildPackages) stdenv pkgconfig;
32+
inherit (final.buildPackages) stdenv;
3333
inherit (final) buildPackages;
3434
inherit haskellLib nonReinstallablePkgs makeSetupConfigFiles;
3535
};

0 commit comments

Comments
 (0)