Skip to content

Commit fa40a7f

Browse files
committed
Fix missing args resulting from rebase error
1 parent df8c734 commit fa40a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in {
3131
# Build a Haskell package from its config.
3232
# TODO: this pkgs is the adjusted pkgs, but pkgs.pkgs is unadjusted
3333
build-package = haskellLib.weakCallPackage pkgs ./hspkg-builder.nix {
34-
inherit haskellLib ghc buildGHC comp-builder;
34+
inherit haskellLib ghc buildGHC comp-builder nonReinstallablePkgs hsPkgs;
3535
};
3636

3737
# Same as haskellPackages.shellFor in nixpkgs.

0 commit comments

Comments
 (0)