about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/pkgs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 50d49693..bce51a46 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -64,7 +64,7 @@ let
 
   xmpp-client = pkgs.callPackage (import ./xmpp-client.nix myLib.philip.home "irc/xmppOla.wtf") { inherit (pkgs) xmpp-client; };
 
-  searx = pkgs.pythonPackages.searx.overrideAttrs (old: {
+  searx = pkgs.searx.overrideAttrs (old: {
     propagatedBuildInputs = old.propagatedBuildInputs ++ [ pythonPackages.pyxdg ];
     patches = old.patches or [] ++ [
       ./patches/searx-secret-key.patch