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
|
cd54ef201e
|
glade: 3.38.1 -> 3.38.2
|
2020-11-25 11:03:52 +01:00 |
|
Jan Tojnar
|
f0e0e272de
|
glade: 3.36.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/glade/3.37/glade-3.37.0.news
https://ftp.gnome.org/pub/GNOME/sources/glade/3.38/glade-3.38.0.news
https://ftp.gnome.org/pub/GNOME/sources/glade/3.38/glade-3.38.1.news
|
2020-11-17 18:14:12 +01:00 |
|
Daiderd Jordan
|
7b3a2963d1
|
treewide: replace base64 encoded hashes
|
2020-06-03 18:35:19 +02:00 |
|
Jan Tojnar
|
e20c3296a4
|
glade: 3.32.2 → 3.36.0
https://ftp.gnome.org/pub/GNOME/sources/glade/3.36/glade-3.36.0.news
|
2020-05-15 19:26:02 +02:00 |
|
Jan Tojnar
|
fe7e564467
|
glade: format with nixpkgs-fmt
also switch away from dependency aliases and reorder the attributes a bit
|
2020-05-15 19:21:12 +02:00 |
|
Jan Tojnar
|
6b17638dc6
|
glade: rename from gnome3.glade
|
2020-05-15 19:21:12 +02:00 |
|