Alyssa Ross
126ff4d97e
python3.pkgs.mailman*: check isPy3k inside package
2020-01-20 14:36:56 +00:00
Peter Simons
3e26640352
python3.pkgs.mailman: 3.2.2 -> 3.3.0
2020-01-20 14:36:56 +00:00
Alyssa Ross
aec2382b38
python3.pkgs.postorius: 1.2.4 -> 1.3.2
2020-01-20 14:36:56 +00:00
Alyssa Ross
9a43cdc1c6
python3.pkgs.postorius: use checkInputs
2020-01-20 14:36:56 +00:00
Alyssa Ross
6af4de84d3
python3.pkgs.hyperkitty: use checkInputs
...
The previously propagated build inputs are optional, and so are
included in checkInputs so the tests can run, but not propagated so
they aren't included if unneeded.
2020-01-20 14:36:56 +00:00
Alyssa Ross
38f2103de9
python3.pkgs.hyperkitty: 1.2.2 -> 1.3.2
2020-01-20 14:36:56 +00:00
Alyssa Ross
0b9bfc0132
python3.pkgs.mailman: core.nix -> default.nix
...
The actual upstream "mailman" name just refers to this, so we should
use the Nixpkgs convention of default.nix.
2020-01-20 14:36:56 +00:00
Alyssa Ross
89b311fa4d
mailman: remove unused derivation for mailman 2
...
This isn't referenced anywhere, so it's just dead code.
2020-01-20 14:36:56 +00:00
Peter Simons
86f8895abb
python-mailman-web: turn these Djando configuration files into a make-shift Python library
...
Suggested in https://github.com/NixOS/nixpkgs/pull/67951#issuecomment-530309702 .
2019-09-11 14:48:51 +02:00
Peter Simons
72c7ba5aba
nixos/mailman: add support for the Mailman Web UI (Postorius & Hyperkitty)
2019-09-11 12:19:23 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
Peter Simons
131910992b
python-HyperKitty: initial version 1.2.2
...
Package the mail archiver for GNU Mailman. I liberally borrowed code
from @globin's repository [1].
[1] https://github.com/mayflower/nixexprs/tree/master/pkgs/python
2019-08-30 14:25:13 +02:00
Peter Simons
e3492eff46
mailman: build full paths to postmap and lynx into the package
...
No more need to rely on $PATH.
2019-08-29 19:06:33 +02:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00
Robin Gloster
6bff4c107e
mailman: add postorius testing
2019-08-26 22:51:53 +02:00
Robin Gloster
4b1cc7eebf
mailman: add meta to python deps
2019-08-26 22:51:33 +02:00
Peter Simons
22af3829a4
mailman: add the Postorious web UI
2019-08-26 21:12:56 +02:00
Peter Simons
da1ff985ae
mailman: drop hard-coded references to /usr/bin
2019-08-26 16:20:20 +02:00
Peter Simons
842942baaa
mailman: update from 2.1.29 to version 3.2.2
2019-08-25 21:47:03 +02: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
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
R. RyanTM
4cb7173651
mailman: 2.1.24 -> 2.1.29
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mailman/versions
2018-10-14 05:09:52 -07:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
rnhmjoj
1ba3d8b7d1
mailman: use python2
2018-08-08 02:20:54 +02:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
rnhmjoj
491bc4cfed
pythonPackages: rename dns -> dnspython
2017-12-10 15:27:06 +01:00
Simon Lackerbauer
dd557788be
mailman: 2.1.23 -> 2.1.24
2017-08-21 22:01:46 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Will Dietz
179936d75c
mailman: Fix attempts to chmod g+s during installation
2017-06-28 13:34:21 -05:00
Graham Christensen
f7f4930912
mailman: 2.1.18 -> 2.1.23
2016-09-23 18:43:21 -04:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Domen Kožar
4355ef9e41
mailman: use python2.7 package dns
2015-10-28 18:23:17 +01:00
Domen Kožar
27d5fb07a0
pythonPackages{dns, dnspython}: merge
2015-10-28 18:20:43 +01:00
Peter Simons
e3639c03f2
mailman: update from 2.1.17 to 2.1.18
2015-01-27 14:04:54 +01:00
Peter Simons
ed25859f07
mailman: update from 2.1.16 to 2.1.17
2014-01-15 17:29:14 +01:00
Peter Simons
3af6415ab8
mailman: add version 2.1.16
2013-10-21 15:02:35 +02:00