summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-12-21 15:29:42 +0100
committerFelix Buehler <account@buehler.rocks>2022-01-26 21:46:59 +0100
commit59c55f4558ff2faa70a987200b9e0b6fc5636a14 (patch)
tree845547fb47518f9360e0ddcbd39ce6769c62e08a /pkgs/stdenv
parent09e3b7a57037a5613711df5e372c55449484a670 (diff)
downloadnixpkgs-59c55f4558ff2faa70a987200b9e0b6fc5636a14.tar
nixpkgs-59c55f4558ff2faa70a987200b9e0b6fc5636a14.tar.gz
nixpkgs-59c55f4558ff2faa70a987200b9e0b6fc5636a14.tar.bz2
nixpkgs-59c55f4558ff2faa70a987200b9e0b6fc5636a14.tar.lz
nixpkgs-59c55f4558ff2faa70a987200b9e0b6fc5636a14.tar.xz
nixpkgs-59c55f4558ff2faa70a987200b9e0b6fc5636a14.tar.zst
nixpkgs-59c55f4558ff2faa70a987200b9e0b6fc5636a14.zip
update-walker: remove because unused
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/generic/check-meta.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/stdenv/generic/check-meta.nix b/pkgs/stdenv/generic/check-meta.nix
index ba3c8eef20e..7a70accb723 100644
--- a/pkgs/stdenv/generic/check-meta.nix
+++ b/pkgs/stdenv/generic/check-meta.nix
@@ -236,7 +236,6 @@ let
     name = str;
     version = str;
     tag = str;
-    updateWalker = bool;
     executables = listOf str;
     outputsToInstall = listOf str;
     position = str;
@@ -244,7 +243,6 @@ let
     repositories = attrsOf str;
     isBuildPythonPackage = platforms;
     schedulingPriority = int;
-    downloadURLRegexp = str;
     isFcitxEngine = bool;
     isIbusEngine = bool;
     isGutenprint = bool;