Skip to content

Commit 24b6d6a

Browse files
ElvishJerriccoangerman
authored andcommitted
Fix building all component
1 parent de6a254 commit 24b6d6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/comp-builder.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ let
102102
103103
# Provide a GHC environment file
104104
cat > $out/ghc-environment <<EOF
105-
clear-package-db
106105
package-db $out/package.conf.d
107106
EOF
108107
${lib.concatMapStringsSep "\n" (p: envDep "--package-db ${p.components.library}/package.conf.d" p.identifier.name) component.depends}

0 commit comments

Comments
 (0)