about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-02-12 00:11:05 +0100
committerProfpatsch <mail@profpatsch.de>2017-02-12 00:11:05 +0100
commitb41d61502137624d47b5894be77e06b2084f8208 (patch)
tree478445a6e185db8508f807759e6def7d04a2f4f4 /machines/profpatsch/pkgs.nix
parente944c9baf5844c0163a4947af1535ea45e524e12 (diff)
machines/katara: searx anti-soundcloud patch
Soundcloud sometimes fails startup of searx, since it’s not actively used here
it’s patched out until upstream resolves the issue.
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 45ce34f4..a220aed4 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -65,7 +65,10 @@ let
   xmpp-client = pkgs.callPackage (import ./xmpp-client.nix myLib.philip.home "irc/xmppOla.wtf") { inherit (pkgs) xmpp-client; };
 
   searx = pkgs.pythonPackages.searx.overrideDerivation (old: {
-    patches = old.patches or [] ++ [ ./patches/searx_secret_key.patch ];
+    patches = old.patches or [] ++ [
+      ./patches/searx-secret-key.patch
+      ./patches/searx-rm-soundcloud.patch
+    ];
   });
 
   # A ghci with some sane default packages in scope, & hoogle