R. RyanTM
4bb3b2a23f
cpulimit: 2.6 -> 2.7
2021-05-12 11:50:29 +02:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags
2019-12-30 04:50:37 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Robert Helgesson
c641c1b2ad
cpulimit: 2.5 -> 2.6
2019-04-09 20:02:33 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* 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-08-01 22:03:30 +02:00
Robert Helgesson
b31f43d7c6
cpulimit: 2.4 -> 2.5
2017-03-28 17:41:58 +02:00
Robert Helgesson
be34ee415b
cpulimit: 2.3 -> 2.4
2016-11-26 21:18:59 +01:00
Robert Helgesson
ca472594fe
cpulimit: 2.2 -> 2.3
2016-09-02 08:06:59 +02:00
Eelco Dolstra
aea262f654
Fix misspelled meta.maintainers attributes
2016-02-10 14:59:50 +01:00
Luca Bruno
4a96fa92db
cpulimit: does not build on darwin (ZHF)
2015-08-04 10:40:44 +02:00
Robert Helgesson
424188e6b6
Fix platforms attribute for 'cpulimit' expression.
2015-03-28 20:04:35 +01:00
Robert Helgesson
a1689c951c
Add package 'cpulimit'.
2015-03-28 11:56:51 +01:00