summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2022-01-13 00:12:24 +0100
committerFelix Buehler <account@buehler.rocks>2022-01-26 21:46:08 +0100
commit09e3b7a57037a5613711df5e372c55449484a670 (patch)
tree140c76f4054e6d7531435c7cb5935d2c7738820b /pkgs/tools/X11
parent3b49e41aa3fb805ebbc858584fb1590499683642 (diff)
treewide: remove all updateWalker/downloadURLRegexp
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/autocutsel/default.nix1
-rw-r--r--pkgs/tools/X11/xpra/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/X11/autocutsel/default.nix b/pkgs/tools/X11/autocutsel/default.nix
index 036ba8bc4e9a8..61a80bcbcdd61 100644
--- a/pkgs/tools/X11/autocutsel/default.nix
+++ b/pkgs/tools/X11/autocutsel/default.nix
@@ -20,6 +20,5 @@ stdenv.mkDerivation rec {
     description = "Tracks changes in the server's cutbuffer and CLIPBOARD selection";
     license = lib.licenses.gpl2Plus;
     platforms = with lib.platforms; all;
-    updateWalker = true;
   };
 }
diff --git a/pkgs/tools/X11/xpra/default.nix b/pkgs/tools/X11/xpra/default.nix
index 78aaa355d6e2e..330722898ce69 100644
--- a/pkgs/tools/X11/xpra/default.nix
+++ b/pkgs/tools/X11/xpra/default.nix
@@ -135,7 +135,6 @@ in buildPythonApplication rec {
   meta = {
     homepage = "https://xpra.org/";
     downloadPage = "https://xpra.org/src/";
-    downloadURLRegexp = "xpra-.*[.]tar[.][gx]z$";
     description = "Persistent remote applications for X";
     platforms = platforms.linux;
     license = licenses.gpl2;