Ben Siraphob
|
badf51221d
|
treewide: stdenv.lib -> lib
|
2021-01-16 17:58:11 +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 |
|
Jan Tojnar
|
5b11829a63
|
yelp-tools: move to top-level
|
2019-11-20 04:58:00 +01:00 |
|
volth
|
08f68313a4
|
treewide: remove redundant rec
|
2019-08-28 11:07:32 +00:00 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Jan Tojnar
|
59a2753e9e
|
gobby5: 0.5.0 → unstable-2018-04-03
fix build
|
2018-08-08 03:01:44 +02:00 |
|
John Ericson
|
531e4b80c9
|
misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
|
2017-09-21 15:49:53 -04:00 |
|
Kirill Boltaev
|
bccd75094f
|
treewide: explicitly specify gtk and related package versions
|
2016-09-12 18:26:06 +03:00 |
|
Lluís Batlle i Rossell
|
44c3256017
|
Updating gobby and libinfinity.
|
2015-03-10 14:37:11 +01:00 |
|
Mateusz Kowalczyk
|
7a45996233
|
Turn some license strings into lib.licenses values
|
2014-07-28 11:31:14 +02:00 |
|
Joachim Schiele
|
1ed9e35be6
|
fixed compile errors for libinfinity and gobby
|
2012-11-20 21:21:47 +00:00 |
|
Yury G. Kudryashov
|
c35c6ec9fa
|
Drop 'gnomevfs = gnome_vfs;' alias
s/gnomevfs/gnome_vfs/ in packages
svn path=/nixpkgs/trunk/; revision=29718
|
2011-10-08 12:06:03 +00:00 |
|
Evgeny Egorochkin
|
c9ad6ec90a
|
Packaged Gobby
svn path=/nixpkgs/trunk/; revision=24040
|
2010-10-04 04:15:23 +00:00 |
|