Merge pull request #44006 from alyssais/patch-4
gotop: works on non-Linux Unixes
This commit is contained in:
commit
2f25e085d0
@ -18,6 +18,6 @@ buildGoPackage rec {
|
|||||||
homepage = https://github.com/cjbassi/gotop;
|
homepage = https://github.com/cjbassi/gotop;
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
maintainers = [ maintainers.magnetophon ];
|
maintainers = [ maintainers.magnetophon ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user