fix failing configure in nix-tests

This commit is contained in:
Philipp Otterbein 2023-04-09 02:33:53 +02:00
parent 8ffc05e7ec
commit ca6b759f4e

View file

@ -219,6 +219,7 @@
enableParallelBuilding = true;
configureFlags = testConfigureFlags; # otherwise configure fails
dontBuild = true;
doInstallCheck = true;