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 45cf111 commit bcdd830Copy full SHA for bcdd830
builder/default.nix
@@ -31,7 +31,7 @@ in {
31
# Build a Haskell package from its config.
32
# TODO: this pkgs is the adjusted pkgs, but pkgs.pkgs is unadjusted
33
build-package = haskellLib.weakCallPackage pkgs ./hspkg-builder.nix {
34
- inherit haskellLib ghc buildGHC comp-builder;
+ inherit haskellLib ghc buildGHC comp-builder nonReinstallablePkgs hsPkgs;
35
};
36
37
# Same as haskellPackages.shellFor in nixpkgs.
0 commit comments