This commit is contained in:
Chris Dombroski 2024-08-20 12:46:55 -04:00
parent d596295ae5
commit ee107c8d82

View file

@ -13,5 +13,6 @@ in
url = "https://github.com/recyclarr/recyclarr/releases/download/v${version}/recyclarr-${os}-${arch}.tar.xz";
inherit hash;
};
buildInputs = with prev; [ icu zlib openssl ];
});
}