about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-10-06 06:59:27 +0200
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-10-06 00:59:26 -0400
commitee06d27cf23aa59fec01d47e3cfea12ae3c9f7c7 (patch)
tree3677bc61eb621fb296cecf341919965f4e29da02 /pkgs/tools/system
parenta1febca9fc94fbcf79f79360e1c3e4838a4adc6a (diff)
downloadnixlib-ee06d27cf23aa59fec01d47e3cfea12ae3c9f7c7.tar
nixlib-ee06d27cf23aa59fec01d47e3cfea12ae3c9f7c7.tar.gz
nixlib-ee06d27cf23aa59fec01d47e3cfea12ae3c9f7c7.tar.bz2
nixlib-ee06d27cf23aa59fec01d47e3cfea12ae3c9f7c7.tar.lz
nixlib-ee06d27cf23aa59fec01d47e3cfea12ae3c9f7c7.tar.xz
nixlib-ee06d27cf23aa59fec01d47e3cfea12ae3c9f7c7.tar.zst
nixlib-ee06d27cf23aa59fec01d47e3cfea12ae3c9f7c7.zip
treewide: add some missing meta: descriptions and homepages (#70497)
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/which/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/which/default.nix b/pkgs/tools/system/which/default.nix
index be2892e52e8d..12aac2508cbf 100644
--- a/pkgs/tools/system/which/default.nix
+++ b/pkgs/tools/system/which/default.nix
@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = https://www.gnu.org/software/which/;
+    description = "Shows the full path of (shell) commands";
     platforms = platforms.all;
     license = licenses.gpl3;
   };