Merge pull request #331498 from Scrumplex/pkgs/recyclarr/ssl

recyclarr: add openssl as a runtime dependency
This commit is contained in:
Peder Bergebakken Sundt 2024-08-11 22:41:44 +02:00 committed by GitHub
commit d8e49dbc91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
, recyclarr
, git
, icu
, openssl
, testers
, zlib
}:
@ -33,8 +34,8 @@ let
}."${arch}-${os}_hash";
libPath = {
osx = "DYLD_LIBRARY_PATH : ${lib.makeLibraryPath [darwin.ICU zlib]}";
linux = "LD_LIBRARY_PATH : ${lib.makeLibraryPath [icu zlib]}";
osx = "DYLD_LIBRARY_PATH : ${lib.makeLibraryPath [darwin.ICU openssl zlib]}";
linux = "LD_LIBRARY_PATH : ${lib.makeLibraryPath [icu openssl zlib]}";
}."${os}";
in