Commit graph

8 commits

Author SHA1 Message Date
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
José Romildo Malaquias 37be87b61f xfce.xfce4-windowck-plugin: 0.4.4 -> 0.4.6 2020-04-19 20:38:59 -03:00
José Romildo Malaquias 06ba312152 xfce: add update scripts to xfce packages 2020-04-15 09:45:25 -03:00
Patrick Hilhorst 9fc5e7e473
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
2020-03-20 13:36:23 +01:00
volth fe70fbdefe xfce: do not use old names 2018-03-12 23:01:06 +00: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
Robin Gloster 20372739d2
xfce4_windowck_plugin: fix build 2017-02-27 12:51:26 +01:00
volth c557466988 xfce4-windowck-plugin: init at 0.4.4 2017-01-02 23:26:20 +00:00