diff options
| author | quapka | 2024-07-22 13:22:11 +0200 |
|---|---|---|
| committer | quapka | 2024-07-22 13:22:11 +0200 |
| commit | 4fbc4542e007b6b8c3a49d6eb68a07985689477c (patch) | |
| tree | d7664360e1317c5a4cec7914c67f3d6840932e34 | |
| parent | 556c45f5bd203ef79ae81687d4986fbbf4bd5f19 (diff) | |
| download | ECTester-4fbc4542e007b6b8c3a49d6eb68a07985689477c.tar.gz ECTester-4fbc4542e007b6b8c3a49d6eb68a07985689477c.tar.zst ECTester-4fbc4542e007b6b8c3a49d6eb68a07985689477c.zip | |
Set default for phase
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ # NOTE: Due to name conflicts between OpenSSL and LibreSSL we need to resolve this manually. postFixup = pkgs.lib.concatLines [ - _old.postFixup + ( _old.postFixup or "" ) '' cp $dev/lib/pkgconfig/libcrypto.pc $dev/lib/pkgconfig/libresslcrypto.pc sed --in-place --expression 's/-lcrypto/-lresslcrypto/' $dev/lib/pkgconfig/libresslcrypto.pc |
