about summary refs log tree commit diff
path: root/pkgs/development/php-packages
diff options
context:
space:
mode:
authorGabriel Ostrolucký <gabriel.ostrolucky@gmail.com>2023-12-12 22:17:20 +0100
committerGabriel Ostrolucký <gabriel.ostrolucky@gmail.com>2023-12-12 22:17:20 +0100
commit90d83cc035c67491370e97320e3d3ae4957a2bd0 (patch)
treef3c18c49a4312b473d2f9a414297bc61aaadea79 /pkgs/development/php-packages
parent205f70b7fba9da89a208d4b6d78ca64f6e36028d (diff)
downloadnixlib-90d83cc035c67491370e97320e3d3ae4957a2bd0.tar
nixlib-90d83cc035c67491370e97320e3d3ae4957a2bd0.tar.gz
nixlib-90d83cc035c67491370e97320e3d3ae4957a2bd0.tar.bz2
nixlib-90d83cc035c67491370e97320e3d3ae4957a2bd0.tar.lz
nixlib-90d83cc035c67491370e97320e3d3ae4957a2bd0.tar.xz
nixlib-90d83cc035c67491370e97320e3d3ae4957a2bd0.tar.zst
nixlib-90d83cc035c67491370e97320e3d3ae4957a2bd0.zip
phpExtensions.relay: Fix dylib in Darwin
Diffstat (limited to 'pkgs/development/php-packages')
-rw-r--r--pkgs/development/php-packages/relay/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/php-packages/relay/default.nix b/pkgs/development/php-packages/relay/default.nix
index 39d1edbe0fe1..d21667aa0622 100644
--- a/pkgs/development/php-packages/relay/default.nix
+++ b/pkgs/development/php-packages/relay/default.nix
@@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: {
         (v: " -change ${v.name}" + " ${lib.strings.makeLibraryPath [ v.value ]}/${builtins.baseNameOf v.name}")
         (with lib.attrsets; [
           (nameValuePair "/opt/homebrew/opt/hiredis/lib/libhiredis.1.1.0.dylib" hiredis)
-          (nameValuePair "/opt/homebrew/opt/hiredis/lib/libhiredis_ssl.dylib.1.1.0" openssl)
+          (nameValuePair "/opt/homebrew/opt/hiredis/lib/libhiredis_ssl.dylib.1.1.0" hiredis)
           (nameValuePair "/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib" openssl)
           (nameValuePair "/opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib" openssl)
           (nameValuePair "/opt/homebrew/opt/zstd/lib/libzstd.1.dylib" zstd)