diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix index a9d15b317f98..46547aa45fd9 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 = with platforms; [ linux freebsd openbsd darwin ]; + platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin; maintainers = with maintainers; [ rob simons relrod nckx ]; }; }