about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-04-01 00:09:50 +0200
committerDaniel Nagy <danielnagy@posteo.de>2021-04-01 17:59:50 +0200
commit6cb1865eb35f6d69c1eae661f41c713736f755d7 (patch)
tree806adce2492efd086fff632ee4374c581b254bfe /pkgs/tools/system
parent8a22c2d090f1ed8da186c85b3d2311bf3910918d (diff)
htop: update platforms metadata
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/htop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix
index f0f85ce94df88..25a397bc987cc 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";
   };