about summary refs log tree commit diff
path: root/pkgs/tools/misc/man-db
diff options
context:
space:
mode:
authorZaoqi <zaomir@outlook.com>2019-08-02 22:43:12 +0800
committerGitHub <noreply@github.com>2019-08-02 22:43:12 +0800
commit612021112f693b876d882780cfcb936b60793290 (patch)
tree1444719bbe495409f023b7297db1a29c3094d60e /pkgs/tools/misc/man-db
parentc64c5a3be81163ec304d06ff5aad6bcdf3e309ff (diff)
Update default.nix
Diffstat (limited to 'pkgs/tools/misc/man-db')
-rw-r--r--pkgs/tools/misc/man-db/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/man-db/default.nix b/pkgs/tools/misc/man-db/default.nix
index 8d0728b7556ec..ced4a156137dd 100644
--- a/pkgs/tools/misc/man-db/default.nix
+++ b/pkgs/tools/misc/man-db/default.nix
@@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
     homepage = http://man-db.nongnu.org;
     description = "An implementation of the standard Unix documentation system accessed using the man command";
     license = licenses.gpl2;
-    platforms = platforms.linux;
+    platforms = stdenv.lib.platforms.unix;
   };
 }