We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fec30 commit b5f42a5Copy full SHA for b5f42a5
overlays/default-setup.nix
@@ -29,7 +29,7 @@ let
29
# in the native case, it would be the same in the cross case however
30
# we *really* want to build the Setup.hs on the build machine and not
31
# have the stdenv confuse it with the target/host env.
32
- inherit (final.buildPackages) stdenv pkgconfig;
+ inherit (final.buildPackages) stdenv;
33
inherit (final) buildPackages;
34
inherit haskellLib nonReinstallablePkgs makeSetupConfigFiles;
35
};
0 commit comments