Skip to content

Commit 144ee20

Browse files
committed
Use pkgsBuildBuild for setup.depends
1 parent f7adf1a commit 144ee20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ final: prev: {
695695
} // final.lib.optionalAttrs (components ? setup) {
696696
setup = {
697697
buildable = true;
698-
} // lookupDependencies hsPkgs (components.setup.depends or []) (components.setup.exe-depends or []);
698+
} // lookupDependencies hsPkgs.pkgsBuildBuild (components.setup.depends or []) (components.setup.exe-depends or []);
699699
};
700700
callProjectResults = callCabalProjectToNix config;
701701
nixFilesDir = callProjectResults.projectNix + callProjectResults.src.origSubDir or "";

0 commit comments

Comments
 (0)