Commit graph

808 commits

Author SHA1 Message Date
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
taku0 76538e5701 thunderbird: 68.0 -> 68.1.0 2019-09-14 18:26:26 +09:00
taku0 80e0666515 thunderbird-bin: 68.0 -> 68.1.0 2019-09-14 18:26:15 +09:00
Michael Fellinger da7886c940
sup: remove 2019-09-10 15:49:31 +02:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Nikolay Korotkiy ed9741d60f alpine: fix links 2019-09-06 21:56:09 +00:00
Frederik Rietdijk 66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
Vladimír Čunát 0b0fddea20
Merge #67754: thunderbird*: 60.8.0 -> 68.0 2019-09-06 17:05:32 +02:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Vladimír Čunát f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Puck Meerburg bcc543135f notmuch: fix notmuch-emacs-mua
Before this patch, notmuch-emacs-mua would try to call emacs in PATH,
 which would obviously fail on systems with no emacs. This fixes that,
 while still keeping the capability to override your emacs' path.
2019-09-01 08:40:26 +00:00
Puck Meerburg abd8f6c045 notmuch: remove gpg substituteInPlace
As of 0.29, notmuch no longer has the gpg_path config, and instead
 uses the gmime default, so the substitute can be safely dropped.
2019-09-01 08:40:26 +00:00
Puck Meerburg 21fac085c7 notmuch: 0.28.4 -> 0.29.1
Release notes at https://notmuchmail.org/news/release-0.29/ and
 https://notmuchmail.org/news/release-0.29.1/
2019-09-01 08:40:15 +00:00
volth 7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
taku0 ac84c1ebde thunderbird: 60.8.0 -> 68.0 2019-08-31 17:33:09 +09:00
taku0 6007f737e1 thunderbird-bin: 60.8.0 -> 68.0 2019-08-31 17:33:09 +09:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster c7e75df21f
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-23 02:00:31 +02:00
Robin Gloster f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
Will Dietz 552e8d4584
notmuch-bower: 0.10 -> 0.11
https://github.com/wangp/bower/blob/0.11/NEWS
2019-08-19 14:55:15 -05:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00: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
Marek Mahut caf9295730
Merge pull request #63686 from flokli/mlarchive2maildir
mlarchive2maildir: init at 0.0.6
2019-08-12 18:47:34 +02:00
Aaron Andersen 26f128c1af nylas-mail-bin: drop package which is no longer supported upstream 2019-08-11 17:44:05 -04:00
R. RyanTM bd9c8e48be claws-mail: 3.17.3 -> 3.17.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/claws-mail/versions
2019-08-03 16:21:43 -07:00
Robin Gloster 30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Aluísio Augusto Silva Gonçalves 14ce9b2fbd
aerc: 0.1.4 -> 0.2.1 2019-07-29 18:03:54 -03:00
Aluísio Augusto Silva Gonçalves 67912138ea
aerc: add dependency on ncurses for unknown terminals
The TUI library aerc uses, tcell, comes with a built-in database of
terminal definitions.  For terminals not in this database (e.g.
Alacritty), an entry is generated dynamically using infocmp, part of
ncurses' dev output.
2019-07-29 18:00:37 -03:00
Robin Gloster 81c88f5d29
realpine: remove
upstream unmaintained, doesn't build with openssl 1.1 and no recent
changes in nixpkgs, alpine from which this was forked seems to be
maintained and a superior choice.
2019-07-29 22:31:12 +02:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Nick Novitski 7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Matthieu Coudron 7e55f6e013 astroid: 0.14 -> 0.15 2019-07-21 10:59:26 +02:00
Matthias Beyer 7b02dd82f8 aerc: 0.1.1 -> 0.1.4 2019-07-17 20:10:16 +02:00
taku0 07bf5edc5f thunderbird: 60.7.2 -> 60.8.0 2019-07-13 10:30:36 +09:00
taku0 4f59539e46 thunderbird-bin: 60.7.2 -> 60.8 2019-07-13 10:30:09 +09: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
Jörg Thalheim 80172aa0a6
Merge pull request #63687 from flokli/neomutt-remove-wrapper
neomutt: remove mutt wrapper
2019-06-23 14:58:17 +01:00
Florian Klink 5ada40d687 neomutt: remove mutt wrapper
Since Oct 14, 2017 we warned users still executing `neomutt`
through the `mutt` binary, so we can assume everybody read the notice,
updated his config, and can drop the wrapper.
2019-06-23 14:21:38 +02:00
Florian Klink 8f61a1ecba mlarchive2maildir: init at 0.0.6
This adds mlarchive2maildir, a tool to import mail from (pipermail)
archives into maildir.
2019-06-23 14:04:13 +02:00
taku0 54b64daf14 thunderbird: 60.7.1 -> 60.7.2 2019-06-21 21:46:09 +09:00
taku0 2281a44478 thunderbird-bin: 60.7.1 -> 60.7.2 2019-06-21 21:38:36 +09:00
Vladimír Čunát 5e045da578
treewide: fixup evaluation of updater scripts
... broken by f3282c8 #63177.  Discovered by the tarball job:
https://hydra.nixos.org/build/94927223
2019-06-18 13:10:23 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Andreas Rammhold 3c32910b9b
Merge pull request #63194 from flokli/afew-2.0.0
afew: 1.3.0 -> 2.0.0
2019-06-16 13:34:55 +02:00
Florian Klink dc1228d1b1 afew: 1.3.0 -> 2.0.0 2019-06-16 12:03:01 +02:00
Matthias Beyer aa2f3eb8b1 mutt: 1.12.0 -> 1.12.1 2019-06-16 09:43:43 +02:00
taku0 6055f89e93 thunderbird: 60.7.0 -> 60.7.1 2019-06-14 23:27:40 +09:00