summary refs log tree commit diff
path: root/pkgs/applications/science/math
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
parent3b49e41aa3fb805ebbc858584fb1590499683642 (diff)
downloadnixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.gz
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.bz2
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.lz
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.xz
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.tar.zst
nixpkgs-09e3b7a57037a5613711df5e372c55449484a670.zip
treewide: remove all updateWalker/downloadURLRegexp
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/pari/default.nix1
-rw-r--r--pkgs/applications/science/math/ratpoints/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/pari/default.nix b/pkgs/applications/science/math/pari/default.nix
index 4ba1d5c6b47..a9c002d210f 100644
--- a/pkgs/applications/science/math/pari/default.nix
+++ b/pkgs/applications/science/math/pari/default.nix
@@ -82,6 +82,5 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ ertes AndersonTorres ] ++ teams.sage.members;
     platforms = platforms.linux ++ platforms.darwin;
-    updateWalker = true;
   };
 }
diff --git a/pkgs/applications/science/math/ratpoints/default.nix b/pkgs/applications/science/math/ratpoints/default.nix
index ec5d9ef366f..dd8258a3456 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;
   };
 }