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
Kirill Elagin
be04d5337e
alot: Use bundled theme files
2020-08-04 21:55:35 -07:00
Eduard Bopp
84b5d5dfef
Update my GitHub username
...
I recently changed the username, so this reflects that change to make
sure people find me.
For confirmation, check that the GitHub ID is still 3098430 for my new
username using the GitHub API:
https://api.github.com/users/edibopp
2020-06-03 15:42:55 +02:00
Eduard Bopp
c562954326
alot: replace geistesk as maintainer
...
As requested by geistesk here:
https://github.com/NixOS/nixpkgs/pull/87803#issuecomment-628711513
2020-05-15 14:05:03 +02:00
Eduard Bopp
0682ec40c6
alot: 0.9 → 0.9.1
...
Dropped the patch, as it is included in the point release.
Switched the hash representation to regular base32.
2020-05-15 14:03:06 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
pacien
b6d45301de
alot: add patch for email composition
...
This version is not usable without this patch.
See https://github.com/pazz/alot/issues/1468 .
2020-03-09 02:42:17 +01:00
Matthieu Coudron
2855281050
alot: 0.8.1 -> 0.9
...
Changelog: https://github.com/pazz/alot/releases/tag/0.9
2020-02-06 22:50:33 +01:00
Minijackson
8dc4c3953d
alot: fix hardcoded Python in Zsh completion
...
This allows completing `alot compose --sender <Tab>`
2019-10-11 20:51:14 +02:00
geistesk
d852d58e80
alot: 0.8 -> 0.8.1
2019-10-05 18:28:01 +09:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything
2019-07-03 11:27:39 +02:00
Gabriel Ebner
a9d7a31817
alot: 0.7 -> 0.8
2018-12-12 13:31:32 +01:00
Matthieu Coudron
97816bed33
pythonPackages.alot: install zsh completion
2018-09-04 02:22:58 +09:00
Michishige Kaito
44a7be9496
alot: Put included themes where alot will find them
...
Instead of putthing them in the wrong place and then pointing alog at it
via default config, put them in the right place and don't touch the
default config.
2018-04-12 22:10:24 +01:00
Jörg Thalheim
45e4dc0d5d
python.pkgs.gpg: rename to gpgme
...
Let's be honest with what we expose.
2018-03-26 19:25:55 +01:00
Matthieu Coudron
d9292429e7
alot: 0.5.1 to 0.7.0
...
- added gnupg to checkInputs
- generate manpage (optional)
- move alot.desktop file to $out/share/applications
- disabled tests as they need the network (dependency on twisted)
Thanks to Sarah Brofeldt, Ben Mcginnes for their help (and other) and
to FRidh for the repeated careful reviews.
2018-03-21 10:21:38 +09:00
Elis Hirwing
43935736f6
alot: move to own module
2018-03-10 12:57:55 +01:00