lol

cpulimit: does not build on darwin (ZHF)

+1 -1
+1 -1
pkgs/tools/misc/cpulimit/default.nix
··· 19 19 meta = with stdenv.lib; { 20 20 homepage = "http://limitcpu.sourceforge.net/"; 21 21 description = "A tool to throttle the CPU usage of programs"; 22 - platforms = with platforms; linux ++ freebsd ++ darwin; 22 + platforms = with platforms; linux ++ freebsd; 23 23 license = licenses.gpl2; 24 24 maintainer = [maintainers.rycee]; 25 25 };