forked from mirrors/nixpkgs
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:
parent
34abb79686
commit
20070b4ba0
|
@ -18,6 +18,6 @@ buildGoPackage rec {
|
|||
homepage = https://github.com/cjbassi/gotop;
|
||||
license = licenses.agpl3;
|
||||
maintainers = [ maintainers.magnetophon ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue