about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-07-23 11:45:28 +0000
committerGitHub <noreply@github.com>2018-07-23 11:45:28 +0000
commit20070b4ba0d87ac1f1439ef662d7d64ef6f755a9 (patch)
treec22e07790eb7f3aa6598c1d9f581c78d929fc596 /pkgs/tools
parent34abb796862a42679212a5a21afdd1bf0b2768e6 (diff)
downloadnixlib-20070b4ba0d87ac1f1439ef662d7d64ef6f755a9.tar
nixlib-20070b4ba0d87ac1f1439ef662d7d64ef6f755a9.tar.gz
nixlib-20070b4ba0d87ac1f1439ef662d7d64ef6f755a9.tar.bz2
nixlib-20070b4ba0d87ac1f1439ef662d7d64ef6f755a9.tar.lz
nixlib-20070b4ba0d87ac1f1439ef662d7d64ef6f755a9.tar.xz
nixlib-20070b4ba0d87ac1f1439ef662d7d64ef6f755a9.tar.zst
nixlib-20070b4ba0d87ac1f1439ef662d7d64ef6f755a9.zip
gotop: works on non-Linux Unixes
From the README:

> Working and tested on Linux and OSX, with Windows support being worked
> on.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/gotop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/gotop/default.nix b/pkgs/tools/system/gotop/default.nix
index 2244f5c90d37..0afdb28728c8 100644
--- a/pkgs/tools/system/gotop/default.nix
+++ b/pkgs/tools/system/gotop/default.nix
@@ -18,6 +18,6 @@ buildGoPackage rec {
     homepage = https://github.com/cjbassi/gotop;
     license = licenses.agpl3;
     maintainers = [ maintainers.magnetophon ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }