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 b280fad commit d6393daCopy full SHA for d6393da
builder/hspkg-builder.nix
@@ -46,7 +46,7 @@ let
46
inherit (pkg) preUnpack postUnpack prePatch postPatch;
47
} // lib.optionalAttrs (package.buildType != "Custom") {
48
nonReinstallablePkgs = ["base" "Cabal"];
49
- }) + "/bin/setup";
+ }) + "/bin/Setup";
50
51
buildComp = allComponent: componentId: component: comp-builder {
52
inherit allComponent componentId component package name src flags setup cabalFile cabal-generator patches
0 commit comments