From a405bcdd1a827d1a598c54c7fc9654ccf323696a Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 5 Oct 2025 22:39:40 +0200 Subject: [PATCH] lib3mf: replace-warn -> replace-fail Co-authored-by: Sandro <7258858+SuperSandro2000@users.noreply.github.com> --- pkgs/by-name/li/lib3mf/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/lib3mf/package.nix b/pkgs/by-name/li/lib3mf/package.nix index 2b29e533a5b5..78bd87350071 100644 --- a/pkgs/by-name/li/lib3mf/package.nix +++ b/pkgs/by-name/li/lib3mf/package.nix @@ -95,9 +95,9 @@ stdenv.mkDerivation (finalAttrs: { # functions are no longer in openssl, remove them from test cleanup function substituteInPlace Tests/CPP_Bindings/Source/UnitTest_EncryptionUtils.cpp \ - --replace-warn "RAND_cleanup();" "" \ - --replace-warn "EVP_cleanup();" "" \ - --replace-warn "CRYPTO_cleanup_all_ex_data();" "" + --replace-fail "RAND_cleanup();" "" \ + --replace-fail "EVP_cleanup();" "" \ + --replace-fail "CRYPTO_cleanup_all_ex_data();" "" # Fix CMake export substituteInPlace cmake/lib3mfConfig.cmake \