Fix platforms attribute for 'cpulimit' expression.

wip/yesman
Robert Helgesson 9 years ago
parent 59771abeda
commit 424188e6b6
  1. 2
      pkgs/tools/misc/cpulimit/default.nix

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "http://limitcpu.sourceforge.net/";
description = "A tool to throttle the CPU usage of programs";
platforms = with platforms; [linux freebsd darwin];
platforms = with platforms; linux ++ freebsd ++ darwin;
license = licenses.gpl2;
maintainer = [maintainers.rycee];
};

Loading…
Cancel
Save