summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-12-19 21:30:47 +0100
committerFelix Buehler <account@buehler.rocks>2022-01-26 21:46:07 +0100
commit7801f72b4c64a0b2f4c9f6249e5833cb7fa58ebe (patch)
tree79acce27d1e74632fdcc961054f378ce7fcec8f3 /doc
parent54a44e4f7725f83ac60d084254aef5188580392f (diff)
downloadnixpkgs-7801f72b4c64a0b2f4c9f6249e5833cb7fa58ebe.tar
nixpkgs-7801f72b4c64a0b2f4c9f6249e5833cb7fa58ebe.tar.gz
nixpkgs-7801f72b4c64a0b2f4c9f6249e5833cb7fa58ebe.tar.bz2
nixpkgs-7801f72b4c64a0b2f4c9f6249e5833cb7fa58ebe.tar.lz
nixpkgs-7801f72b4c64a0b2f4c9f6249e5833cb7fa58ebe.tar.xz
nixpkgs-7801f72b4c64a0b2f4c9f6249e5833cb7fa58ebe.tar.zst
nixpkgs-7801f72b4c64a0b2f4c9f6249e5833cb7fa58ebe.zip
meta.updateWalker: remove, because it is not used
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv/meta.chapter.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/stdenv/meta.chapter.md b/doc/stdenv/meta.chapter.md
index ac518cee524..d3e1dd5b27d 100644
--- a/doc/stdenv/meta.chapter.md
+++ b/doc/stdenv/meta.chapter.md
@@ -192,10 +192,6 @@ meta.hydraPlatforms = [];
 
 If set to `true`, the package is marked as "broken", meaning that it won’t show up in `nix-env -qa`, and cannot be built or installed. Such packages should be removed from Nixpkgs eventually unless they are fixed.
 
-### `updateWalker` {#var-meta-updateWalker}
-
-If set to `true`, the package is tested to be updated correctly by the `update-walker.sh` script without additional settings. Such packages have `meta.version` set and their homepage (or the page specified by `meta.downloadPage`) contains a direct link to the package tarball.
-
 ## Licenses {#sec-meta-license}
 
 The `meta.license` attribute should preferably contain a value from `lib.licenses` defined in [`nixpkgs/lib/licenses.nix`](https://github.com/NixOS/nixpkgs/blob/master/lib/licenses.nix), or in-place license description of the same format if the license is unlikely to be useful in another expression.