Commit graph

14 commits

Author SHA1 Message Date
José Romildo 8a0365aeeb mate.mate-tweak: 22.04.8 -> 22.10.0 2022-10-06 16:41:32 -03:00
José Romildo 01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
José Romildo 1badcfab27 mate.mate-tweak: 22.04.4 -> 22.04.8 2022-07-01 11:02:22 -03:00
José Romildo 2b3b7f3f36 mate.mate-tweak: 22.04.1 → 22.04.4 2022-03-05 22:59:05 +00:00
José Romildo ba59355e81 gitUpdater: init
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
José Romildo 9f67b1d450 mate.mate-tweak: 22.04.0 -> 22.04.1 2022-02-06 18:08:46 -03:00
José Romildo dcaf8a381a mate.mate-tweak: 21.10.0 -> 22.04.0 2022-01-27 08:47:31 -03:00
José Romildo db82295854 mate.mate-tweak: 21.04.3 -> 21.10.0 2021-11-02 19:56:54 -03:00
Sandro Jäckel 073ac41f26
mate: move packages under maintainer team 2021-09-21 22:18:22 +02:00
José Romildo Malaquias 0beeb25b50 mate.mate-tweak: 20.10.0 -> 21.04.3 2021-04-02 18:56:03 -03:00
José Romildo Malaquias a191b2320c mate: add passthru update script 2021-04-02 18:10:52 -03:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
luc65r 85ce802588 mate.mate-tweak: init at 20.10.0 2020-10-30 10:55:50 +01:00