Commit Graph

12 Commits

Author SHA1 Message Date
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
devhell
b31fada847 canto-daemon: 0.9.7 -> 0.9.8 2020-12-27 13:52:36 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
795f4b31b9 canto-{curses,daemon}: use python3 instead of python34 2018-11-04 18:48:24 +01:00
devhell
e2fbaa856f canto-{daemon,curses}: 0.9.6,0.9.7 -> 0.9.7,0.9.9
Upstream changelog available at:
https://codezen.org/canto-ng/news/
2017-08-22 12:14:17 +01:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
devhell
20f0c66fe4 canto-{curses,daemon}: 0.9.{6,5} -> 0.9.{7,6}
Unfortunately there is no changelog available.
2016-06-12 16:55:53 +01:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
devhell
9dbde02381 canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}
Built and tested locally. The changelog can be found here:
http://codezen.org/canto-ng/news/
2015-07-28 21:05:14 +01:00
devhell
d8a8ed12bb canto-{curses,daemon}: 0.9.{3,1} -> 0.9.{4,3}
Close #8884.
A very detailed changelog and discussion can be found here:

http://codezen.org/canto-ng/news/

This change was built locally and tested by me. There will be changes
noticable in the `canto-curses` interface since color support has been
reworked. For more details follow the hint in `canto-curses` or read the
changelog/manual liked to above. There also have been many
under-the-hood improvements which can also be found in the link above.
2015-07-19 22:13:31 +02:00
devhell
37f58c4f46 canto-{curses,daemon}: Add packages
This adds canto-daemon, a feedparser background service, and
canto-curses, a highly customizable curses-based frontend.
2015-02-08 14:16:17 +00:00