From 612021112f693b876d882780cfcb936b60793290 Mon Sep 17 00:00:00 2001 From: Zaoqi Date: Fri, 2 Aug 2019 22:43:12 +0800 Subject: [PATCH] Update default.nix --- pkgs/tools/misc/man-db/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/man-db/default.nix b/pkgs/tools/misc/man-db/default.nix index 8d0728b7556..ced4a156137 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; }; }