From 20070b4ba0d87ac1f1439ef662d7d64ef6f755a9 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 23 Jul 2018 11:45:28 +0000 Subject: [PATCH] gotop: works on non-Linux Unixes From the README: > Working and tested on Linux and OSX, with Windows support being worked > on. --- pkgs/tools/system/gotop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }