aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJ08nY2024-08-15 13:35:17 +0200
committerJ08nY2024-08-15 13:35:55 +0200
commit3fa7861737413bcd426b9c2510b69579f9cc6fbf (patch)
tree5907665c334276349f0af415c02ca07133cca223 /flake.nix
parent9a00cf0cfb3e4d17a060f335a01b06aa715f871f (diff)
downloadECTester-3fa7861737413bcd426b9c2510b69579f9cc6fbf.tar.gz
ECTester-3fa7861737413bcd426b9c2510b69579f9cc6fbf.tar.zst
ECTester-3fa7861737413bcd426b9c2510b69579f9cc6fbf.zip
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e80dbf7..9dd7cd7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -173,6 +173,8 @@
# mbedtls >= 3.6.0 uses git submodules
fetchSubmodules = true;
};
+ patches = {"v2.25.0" = ./nix/mbedtls-printf.patch; }."${version}" or (prev.patches or [ ]);
+ checkFlags = (prev.checkFlags or [ ]) ++ [ "SKIP_TEST_SUITES=ssl" ];
}
);