Ben Siraphob
|
d13840759c
|
pkgs/data: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08:00 |
|
José Romildo Malaquias
|
ced009c2a0
|
greybird: 3.22.13 -> 3.22.14
|
2021-01-12 14:42:40 -03: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 |
|
R. RyanTM
|
729954f169
|
greybird: 3.22.12 -> 3.22.13
|
2020-12-04 13:34:35 +00:00 |
|
José Romildo Malaquias
|
a572e1f1fb
|
greybird: 3.22.11 -> 3.22.12
|
2020-03-21 09:05:24 -03:00 |
|
José Romildo Malaquias
|
7d01524ba8
|
greybird: 3.22.10 -> 3.22.11
- update to version 3.22.11
- build system ported to meson
|
2020-01-05 11:03:17 -03:00 |
|
Jan Tojnar
|
72e7d569a7
|
tree-wide: s/GTK+/GTK/g
GTK was renamed.
|
2019-09-06 02:54:53 +02:00 |
|
worldofpeace
|
b1bc0645ea
|
gdk-pixbuf: rename from gdk_pixbuf
|
2019-07-22 18:50:57 -04:00 |
|
José Romildo Malaquias
|
b84ca8131a
|
greybird: 3.22.9 -> 3.22.10
|
2019-02-10 13:38:12 -02:00 |
|