Commit graph

23 commits

Author SHA1 Message Date
R. RyanTM 0050708bd5 rssguard: 3.9.0 -> 3.9.1 2021-04-11 14:58:37 +00:00
Fabian Affolter 2ce6aec3d1
rssguard: specify license 2021-02-25 18:22:17 +01:00
R. RyanTM 2a361c6681 rssguard: 3.8.4 -> 3.9.0 2021-02-25 16:23:30 +00:00
R. RyanTM ea32ab850f rssguard: 3.8.3 -> 3.8.4 2021-02-03 22:52:15 +00: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 79216f8a95 rssguard: 3.8.2 -> 3.8.3 2020-12-01 07:34:19 +00:00
R. RyanTM 524d110912 rssguard: 3.8.0 -> 3.8.2 2020-11-26 19:12:50 +00:00
R. RyanTM 2386295d7e rssguard: 3.7.2 -> 3.8.0 2020-11-12 01:05:32 +00:00
R. RyanTM bfa4aa15a2 rssguard: 3.7.0 -> 3.7.2 2020-09-05 17:05:40 +00:00
R. RyanTM 00915d4e6d rssguard: 3.6.2 -> 3.7.0 2020-07-16 11:22:12 +00:00
R. RyanTM 2e27d57175 rssguard: 3.6.0 -> 3.6.2 2020-05-20 00:33:20 +00:00
R. RyanTM fbf6332846 rssguard: 3.5.9 -> 3.6.0 2020-05-04 06:17:13 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Philipp fcd0ea3435 rssguard: add wrapQtAppsHook to run app in all environments (#70281) 2019-11-29 19:17:21 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM b115e1c8b9 rssguard: 3.5.7 -> 3.5.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/rssguard/versions
2019-06-17 23:52:34 -07:00
R. RyanTM a32cece8b6 rssguard: 3.5.6 -> 3.5.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/rssguard/versions
2019-04-16 18:32:08 +02:00
Jaakko Luttinen af6a83d01d rssguard: 3.5.5 -> 3.5.6 2018-03-01 17:16:12 +01:00
Jaakko Luttinen b68156006a
rssguard: 3.4.2 -> 3.5.5 2018-01-02 22:16:22 +02:00
Jaakko Luttinen b17ccf39c4
rssguard: 3.4.0 -> 3.4.2 2017-09-06 09:08:11 +03:00
Gleb Peregud 2fb67d9b83 qt: fix qmakeHook -> qmake in few packages.
This seem to have been broken in #26336.
2017-06-18 19:32:51 +02:00
Jörg Thalheim 85aa14fa37
rssguard: use fetchgit; wrapGAppsHook 2017-06-06 06:34:29 +01:00
Jaakko Luttinen fe53a6c17c
rssguard: init at 3.4.0 2017-06-05 21:14:29 +03:00