about summary refs log tree commit diff
path: root/pkgs/tools/misc/cpulimit
AgeCommit message (Collapse)AuthorFilesLines
2022-07-06cpulimit: use github sources at 0.2John Soo3-15/+50
The sourceforge page of limitCPU says the following: > Update: Mr Marletta has re-launched his CPUlimit project, adding new > features and improving OS X support. The new project is a re-write > and should not be considered drop-in compatible with this > project. The source code of the new CPUlimit project can be found on > github. We here at the LimitCPU project will continue to work with > downstream projects and with the resurrected CPUlimit project so > that both projects may grow and improve.
2021-05-12cpulimit: 2.6 -> 2.7R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30treewide: fix *FlagsRobin Gloster1-3/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-09cpulimit: 2.5 -> 2.6Robert Helgesson1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-03-28cpulimit: 2.4 -> 2.5Robert Helgesson1-2/+2
2016-11-26cpulimit: 2.3 -> 2.4Robert Helgesson1-2/+2
2016-09-02cpulimit: 2.2 -> 2.3Robert Helgesson1-2/+2
2016-02-10Fix misspelled meta.maintainers attributesEelco Dolstra1-1/+1
2015-08-04cpulimit: does not build on darwin (ZHF)Luca Bruno1-1/+1
2015-03-28Fix platforms attribute for 'cpulimit' expression.Robert Helgesson1-1/+1
2015-03-28Add package 'cpulimit'.Robert Helgesson1-0/+26