diff options
author | Philipp Otterbein <potterbein@blockstream.com> | 2023-04-09 02:33:53 +0200 |
---|---|---|
committer | Philipp Otterbein <potterbein@blockstream.com> | 2023-04-09 02:33:53 +0200 |
commit | ca6b759f4ed95faba814ce0fda1668f09eb8faf3 (patch) | |
tree | 5a025d1305d35ab67a3d1f66c61589398d1e2901 /flake.nix | |
parent | 8ffc05e7ec7da1bff88fafeab9617bcf04005d62 (diff) |
fix failing configure in nix-tests
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -219,6 +219,7 @@ enableParallelBuilding = true; + configureFlags = testConfigureFlags; # otherwise configure fails dontBuild = true; doInstallCheck = true; |