From 038c94d189741f74ce7fbbd729fe4042230d62d3 Mon Sep 17 00:00:00 2001 From: Joseph Stahl <1269177+josephst@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:26:18 -0400 Subject: [PATCH 1/4] recyclarr: refactor - build from source recyclarr: add openssl as runtime dependency Addresses issue from #331498 --- .../video/recyclarr/001-Git-Version.patch | 14 + pkgs/tools/video/recyclarr/default.nix | 124 +- pkgs/tools/video/recyclarr/deps.nix | 1221 +++++++++++++++++ pkgs/tools/video/recyclarr/update.sh | 17 +- 4 files changed, 1296 insertions(+), 80 deletions(-) create mode 100644 pkgs/tools/video/recyclarr/001-Git-Version.patch create mode 100644 pkgs/tools/video/recyclarr/deps.nix diff --git a/pkgs/tools/video/recyclarr/001-Git-Version.patch b/pkgs/tools/video/recyclarr/001-Git-Version.patch new file mode 100644 index 0000000000000..2d43e0124a52c --- /dev/null +++ b/pkgs/tools/video/recyclarr/001-Git-Version.patch @@ -0,0 +1,14 @@ +diff --git a/Directory.Build.props b/Directory.Build.props +index af8e3b12..07dd1898 100644 +--- a/Directory.Build.props ++++ b/Directory.Build.props +@@ -9,7 +9,7 @@ + $(MSBuildThisFileDirectory) + $(RepositoryRoot)tests\ + $(RepositoryRoot) +- ++ true + + +