about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/help2man
diff options
context:
space:
mode:
authorEric Seidel <gridaphobe@gmail.com>2015-03-09 09:43:14 -0700
committerEric Seidel <gridaphobe@gmail.com>2015-03-09 09:43:19 -0700
commit1d92bdd1ffd301199078208a4d8082ab80ac7e12 (patch)
treea66a50a4e02ac371d776a87707be8767970e1b5b /pkgs/development/tools/misc/help2man
parent8aec000495d23652708d0478a1303d83c48b319f (diff)
help2man: more permissive meta.platforms
Diffstat (limited to 'pkgs/development/tools/misc/help2man')
-rw-r--r--pkgs/development/tools/misc/help2man/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/help2man/default.nix b/pkgs/development/tools/misc/help2man/default.nix
index 2d8d4f9bcd755..088e1574ebe11 100644
--- a/pkgs/development/tools/misc/help2man/default.nix
+++ b/pkgs/development/tools/misc/help2man/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.gnu.org/software/help2man/;
 
     license = licenses.gpl3Plus;
-    platforms = platforms.gnu;         # arbitrary choice
+    platforms = platforms.all;
     maintainers = with maintainers; [ pSub ];
   };
 }