Merge pull request #44006 from alyssais/patch-4

gotop: works on non-Linux Unixes
This commit is contained in:
Jörg Thalheim
2018-07-23 13:53:12 +01:00
committed by GitHub

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;
};
}