cpulimit: does not build on darwin (ZHF)
This commit is contained in:
parent
baf1d58432
commit
4a96fa92db
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://limitcpu.sourceforge.net/";
|
homepage = "http://limitcpu.sourceforge.net/";
|
||||||
description = "A tool to throttle the CPU usage of programs";
|
description = "A tool to throttle the CPU usage of programs";
|
||||||
platforms = with platforms; linux ++ freebsd ++ darwin;
|
platforms = with platforms; linux ++ freebsd;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainer = [maintainers.rycee];
|
maintainer = [maintainers.rycee];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user