summary refs log tree commit diff
path: root/pkgs/data/documentation
diff options
context:
space:
mode:
authorMatt McHenry <github@matt.mchenryfamily.org>2018-05-28 18:55:32 -0400
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-28 18:55:32 -0400
commitbf3e3f72877ecd9041834bfb9fde65af605245b7 (patch)
tree8b2c70f6babad44eee18822b9c229ac97b90d143 /pkgs/data/documentation
parenta7e0fb6ffcae252bdd0c85928f179c74c3492a89 (diff)
downloadnixpkgs-bf3e3f72877ecd9041834bfb9fde65af605245b7.tar
nixpkgs-bf3e3f72877ecd9041834bfb9fde65af605245b7.tar.gz
nixpkgs-bf3e3f72877ecd9041834bfb9fde65af605245b7.tar.bz2
nixpkgs-bf3e3f72877ecd9041834bfb9fde65af605245b7.tar.lz
nixpkgs-bf3e3f72877ecd9041834bfb9fde65af605245b7.tar.xz
nixpkgs-bf3e3f72877ecd9041834bfb9fde65af605245b7.tar.zst
nixpkgs-bf3e3f72877ecd9041834bfb9fde65af605245b7.zip
man-pagess: set low priority for man-pages package (#41121)
if a package comes with its own man page, prefer it
Diffstat (limited to 'pkgs/data/documentation')
-rw-r--r--pkgs/data/documentation/man-pages/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/data/documentation/man-pages/default.nix b/pkgs/data/documentation/man-pages/default.nix
index d050a15cb79..244e00ec70a 100644
--- a/pkgs/data/documentation/man-pages/default.nix
+++ b/pkgs/data/documentation/man-pages/default.nix
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
     homepage = https://www.kernel.org/doc/man-pages/;
     repositories.git = http://git.kernel.org/pub/scm/docs/man-pages/man-pages;
     platforms = with platforms; unix;
+    priority = 30; # if a package comes with its own man page, prefer it
   };
 }