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 ]; }; }