aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e4b92f9..12319ea 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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