Ben Siraphob
|
c522fec274
|
pkgs/development/tools: stdenv.lib -> lib
|
2021-01-23 20:30:03 +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 |
|
volth
|
08f68313a4
|
treewide: remove redundant rec
|
2019-08-28 11:07:32 +00:00 |
|
Vladimír Čunát
|
14aa936ec5
|
Merge branch 'staging-next' into staging
|
2018-08-17 20:53:27 +02:00 |
|
Markus Kowalewski
|
f9a1aef084
|
flex: add license
|
2018-08-16 21:51:07 +02:00 |
|
Jan Malakhovski
|
d3b15144a7
|
flex, flex_2_6_1: fix tests
|
2018-08-11 09:35:22 +00:00 |
|
John Ericson
|
1833a04aed
|
flex: Don't use crossAttrs
|
2018-07-24 19:40:46 -04:00 |
|
John Ericson
|
252b36a28d
|
misc pkgs: Recategorize some dependencies
|
2017-09-05 11:37:10 -04:00 |
|
Vladimír Čunát
|
cf1d3677d3
|
flex: bring back 2.6.1 as an option
Some breakages after flex update aren't so easy to fix,
and I can't really afford to spend much time on it ATM.
|
2017-01-06 16:17:46 +01:00 |
|