Skip to content

Commit df8c734

Browse files
committed
Include --package-db when building Setup
1 parent 3aff824 commit df8c734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/setup-builder.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ stdenv.mkDerivation {
9494
if [ -f $f ]; then
9595
echo Compiling package $f
9696
ghc $f '' + (if includeGhcPackage then "-package ghc " else "")
97-
+ ''--make -o ./Setup
97+
+ ''-package-db ${configFiles}/package.conf.d --make -o ./Setup
9898
setup=$(pwd)/Setup
9999
fi
100100
done

0 commit comments

Comments
 (0)