From 1d92bdd1ffd301199078208a4d8082ab80ac7e12 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Mon, 9 Mar 2015 09:43:14 -0700 Subject: [PATCH] help2man: more permissive meta.platforms --- pkgs/development/tools/misc/help2man/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/help2man/default.nix b/pkgs/development/tools/misc/help2man/default.nix index 2d8d4f9bcd75..088e1574ebe1 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 ]; }; }