diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix index f0f85ce94df..25a397bc987 100644 --- a/pkgs/tools/system/htop/default.nix +++ b/pkgs/tools/system/htop/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { description = "An interactive process viewer for Linux"; homepage = "https://htop.dev"; license = licenses.gpl2Only; - platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin; + platforms = platforms.all; maintainers = with maintainers; [ rob relrod ]; changelog = "https://github.com/htop-dev/${pname}/blob/${version}/ChangeLog"; };