gotop: works on non-Linux Unixes

From the README:

> Working and tested on Linux and OSX, with Windows support being worked
> on.
This commit is contained in:
Alyssa Ross 2018-07-23 11:45:28 +00:00 committed by GitHub
parent 34abb79686
commit 20070b4ba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,6 @@ buildGoPackage rec {
homepage = https://github.com/cjbassi/gotop;
license = licenses.agpl3;
maintainers = [ maintainers.magnetophon ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}