Skip to content

Commit acf4326

Browse files
committed
Another shell fix
1 parent f574a03 commit acf4326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/ghc-for-component-wrapper.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ let
154154
inherit script targetPrefix;
155155
inherit (ghc) version meta;
156156
};
157-
propagatedBuildInputs = configFiles.libDeps;
157+
# propagatedBuildInputs = configFiles.libDeps;
158158
nativeBuildInputs = [ghc];
159159
} (''
160160
mkdir -p $out/configFiles

0 commit comments

Comments
 (0)