diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix index 9c05c07c052c..a9d15b317f98 100644 --- a/pkgs/tools/system/htop/default.nix +++ b/pkgs/tools/system/htop/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { description = "An interactive process viewer for Linux"; homepage = https://hisham.hm/htop/; license = licenses.gpl2Plus; - platforms = platforms.all; + platforms = with platforms; [ linux freebsd openbsd darwin ]; maintainers = with maintainers; [ rob simons relrod nckx ]; }; }