tdarr: Add missing openssl support for rust backend

This commit is contained in:
Mistyttm
2026-06-27 18:01:32 +10:00
parent 07478c1950
commit a0fbb17ad5
+2
View File
@@ -24,6 +24,7 @@
tesseract4,
perl,
apprise,
openssl,
}:
{
pname,
@@ -129,6 +130,7 @@ stdenv.mkDerivation (finalAttrs: {
libxcursor
libxfixes
apprise
openssl
];
postPatch = ''