From 6cb1865eb35f6d69c1eae661f41c713736f755d7 Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Thu, 1 Apr 2021 00:09:50 +0200 Subject: [PATCH] htop: update platforms metadata --- pkgs/tools/system/htop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix index f0f85ce94df8..25a397bc987c 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"; };