Sandro Jäckel
|
33a395f195
|
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
|
2021-04-04 03:18:58 +02:00 |
|
Ben Siraphob
|
16d91ee628
|
pkgs/os-specific: stdenv.lib -> lib
|
2021-01-17 23:26:08 +07: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 |
|
Samuel Leathers
|
48c0062fe9
|
linuxPackages.ply: add rsync to native build inputs
|
2019-09-17 23:30:53 -04:00 |
|
volth
|
c814d72b51
|
treewide: name -> pname
|
2019-08-17 10:54:38 +00:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Tim Steinbach
|
56beae4db6
|
ply: Allow building for git-fetched kernels
|
2017-08-28 20:12:17 -04:00 |
|
Jörg Thalheim
|
abc374f127
|
ply: add kernel version constraint
|
2017-06-18 12:52:02 +01:00 |
|
Jörg Thalheim
|
f5d98e8e18
|
ply: fix build
|
2017-06-15 21:11:35 +01:00 |
|
Susan Potter
|
fdef885d97
|
ply: init at v1-beta1(9e810b1)
|
2017-06-14 17:41:42 -05:00 |
|