add ssl
This commit is contained in:
parent
d596295ae5
commit
ee107c8d82
1 changed files with 1 additions and 0 deletions
|
@ -13,5 +13,6 @@ in
|
||||||
url = "https://github.com/recyclarr/recyclarr/releases/download/v${version}/recyclarr-${os}-${arch}.tar.xz";
|
url = "https://github.com/recyclarr/recyclarr/releases/download/v${version}/recyclarr-${os}-${arch}.tar.xz";
|
||||||
inherit hash;
|
inherit hash;
|
||||||
};
|
};
|
||||||
|
buildInputs = with prev; [ icu zlib openssl ];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue