about summary refs log tree commit diff
path: root/pkgs/applications/science/math/ratpoints
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/applications/science/math/ratpoints
parent3b49e41aa3fb805ebbc858584fb1590499683642 (diff)
treewide: remove all updateWalker/downloadURLRegexp
Diffstat (limited to 'pkgs/applications/science/math/ratpoints')
-rw-r--r--pkgs/applications/science/math/ratpoints/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/ratpoints/default.nix b/pkgs/applications/science/math/ratpoints/default.nix
index ec5d9ef366f84..dd8258a3456d7 100644
--- a/pkgs/applications/science/math/ratpoints/default.nix
+++ b/pkgs/applications/science/math/ratpoints/default.nix
@@ -31,6 +31,5 @@ stdenv.mkDerivation rec {
     maintainers = [lib.maintainers.raskin];
     platforms = lib.platforms.unix;
     homepage = "http://www.mathe2.uni-bayreuth.de/stoll/programs/";
-    updateWalker = true;
   };
 }