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
|
2dd05b3d2f
|
wpgtk: 6.1.0 -> 6.1.3
|
2020-10-25 09:34:43 +01:00 |
|
R. RyanTM
|
f88792c828
|
wpgtk: 6.0.13 -> 6.1.0
|
2020-05-12 22:16:13 -07:00 |
|
R. RyanTM
|
98968b1854
|
wpgtk: 6.0.12 -> 6.0.13
|
2020-03-05 15:20:47 -08:00 |
|
R. RyanTM
|
9ea7d35d29
|
wpgtk: 6.0.11 -> 6.0.12
|
2020-02-06 20:14:45 +01:00 |
|
R. RyanTM
|
049c47c6f6
|
wpgtk: 6.0.9 -> 6.0.11
|
2019-11-03 19:59:50 +01:00 |
|
Jan Tojnar
|
72e7d569a7
|
tree-wide: s/GTK+/GTK/g
GTK was renamed.
|
2019-09-06 02:54:53 +02:00 |
|
R. RyanTM
|
436e3c5ef1
|
wpgtk: 6.0.8 -> 6.0.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wpgtk/versions
|
2019-08-20 22:54:05 -07:00 |
|
R. RyanTM
|
9d6fabd905
|
wpgtk: 6.0.7 -> 6.0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wpgtk/versions
|
2019-07-17 09:32:43 +02:00 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Will Dietz
|
5f8d1b9d6a
|
wpgtk: 6.0.5 -> 6.0.7
|
2019-06-06 21:51:32 -05:00 |
|
Will Dietz
|
9e4151f227
|
wpgtk: 6.0.3 -> 6.0.5
|
2019-04-23 20:38:34 -05:00 |
|
Will Dietz
|
b73037089b
|
wpgtk: 5.8.7 -> 6.0.3
|
2019-03-21 16:25:54 -05:00 |
|
R. RyanTM
|
6da88c4c25
|
wpgtk: 5.8.6 -> 5.8.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wpgtk/versions
|
2019-01-26 16:07:19 -08:00 |
|
Melkor333
|
889815fd7b
|
wpgtk: 5.7.4 -> 5.8.6
|
2018-12-26 13:33:00 +01:00 |
|
Frederik Rietdijk
|
8862d554c7
|
wpgtk: use python37 and fix dependency on pywal
|
2018-12-26 12:01:20 +01:00 |
|
Jan Tojnar
|
a51a99c690
|
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
|
2018-12-02 12:42:29 +01:00 |
|
Melkor333
|
5d53675c2f
|
wpgtk: init at 5.7.4
|
2018-11-10 15:32:59 +01:00 |
|