···1919 meta = with stdenv.lib; {
2020 homepage = "http://limitcpu.sourceforge.net/";
2121 description = "A tool to throttle the CPU usage of programs";
2222- platforms = with platforms; linux ++ freebsd ++ darwin;
2222+ platforms = with platforms; linux ++ freebsd;
2323 license = licenses.gpl2;
2424 maintainer = [maintainers.rycee];
2525 };