aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Otterbein <potterbein@blockstream.com>2023-04-09 02:33:53 +0200
committerPhilipp Otterbein <potterbein@blockstream.com>2023-04-09 02:33:53 +0200
commitca6b759f4ed95faba814ce0fda1668f09eb8faf3 (patch)
tree5a025d1305d35ab67a3d1f66c61589398d1e2901
parent8ffc05e7ec7da1bff88fafeab9617bcf04005d62 (diff)
fix failing configure in nix-tests
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index dc64bdfcf..a4ee80b32 100644
--- a/flake.nix
+++ b/flake.nix
@@ -219,6 +219,7 @@
enableParallelBuilding = true;
+ configureFlags = testConfigureFlags; # otherwise configure fails
dontBuild = true;
doInstallCheck = true;