Skip to content

Commit d6393da

Browse files
committed
Use nix-tools static cabal act-as-setup for default setup
1 parent b280fad commit d6393da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/hspkg-builder.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let
4646
inherit (pkg) preUnpack postUnpack prePatch postPatch;
4747
} // lib.optionalAttrs (package.buildType != "Custom") {
4848
nonReinstallablePkgs = ["base" "Cabal"];
49-
}) + "/bin/setup";
49+
}) + "/bin/Setup";
5050

5151
buildComp = allComponent: componentId: component: comp-builder {
5252
inherit allComponent componentId component package name src flags setup cabalFile cabal-generator patches

0 commit comments

Comments
 (0)