Commit graph

8274 commits

Author SHA1 Message Date
Mario Rodas
1d3bfd35e2
postgresqlPackages.pgroonga: add platforms 2019-09-13 04:23:00 -05:00
Mario Rodas
8773f20845
postgresqlPackages.pgrouting: add platforms 2019-09-13 04:22:00 -05:00
Mario Rodas
11ba54d66d
postgresqlPackages.repmgr: add platforms 2019-09-13 04:21:00 -05:00
Mario Rodas
f0c6cd779a
postgresqlPackages.tsearch_extras: add platforms 2019-09-13 04:20:00 -05:00
Marek Mahut
faada6275d
Merge pull request #68630 from mmahut/metabase
metabase: 0.32.10 -> 0.33.2
2019-09-13 13:51:58 +02:00
Peter Hoeg
e6bb0a70b7
Merge pull request #68340 from peterhoeg/p/wmic_bin
wmic-bin: add at 0.5.0
2019-09-13 17:52:25 +08:00
Peter Hoeg
fefca918b2
Merge pull request #68634 from peterhoeg/f/zm
zoneminder: fix the build
2019-09-13 17:39:27 +08:00
Peter Hoeg
280e73c7eb zoneminder: fix the build 2019-09-13 16:55:54 +08:00
Marek Mahut
6cfa3769a0 metabase: 0.32.10 -> 0.33.2 2019-09-13 10:20:59 +02:00
worldofpeace
7b305edde3
Merge pull request #68590 from aanderse/zhf/prayer
prayer: fix broken build
2019-09-12 12:18:10 -04:00
Aaron Andersen
1fca7a8961 prayer: fix broken build 2019-09-12 12:11:09 -04:00
Robin Gloster
6ea6c9d9f2
Merge pull request #68481 from delroth/home-assistant-pyyaml
home-assistant: remove outdated pyyaml_3 pinning
2019-09-12 16:46:01 +02:00
Maximilian Bosch
54752cd3c4
mautrix-telegram: fix startup
`setuptools` isn't propagated automatically anymore, see also #68314.
2019-09-12 11:22:17 +02:00
Maximilian Bosch
9d29d17957
Merge pull request #68502 from WilliButz/update-blackbox-exporter
prometheus-blackbox-exporter: 0.14.0 -> 0.15.0
2019-09-11 18:00:53 +02:00
adisbladis
7782fcfffe
Merge pull request #68195 from adisbladis/drop-go-1_11
Drop unsupported go version 1.11
2019-09-11 15:05:38 +01:00
WilliButz
9fd90aa825
prometheus-blackbox-exporter: 0.14.0 -> 0.15.0 2019-09-11 15:48:42 +02:00
adisbladis
b0326145da
mirrorbits: Fix build with go 1.12 2019-09-11 14:33:13 +01: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
Peter Hoeg
032c6e03d9
Merge pull request #68474 from peterhoeg/u/plugins
check-xx-health: multiple updates
2019-09-11 15:59:11 +08:00
Pierre Bourdon
04c1fcd09c
home-assistant: remove outdated pyyaml_3 pinning
The recent bump to 0.96.2 now requires pyyaml 5.1.1. The PRs upgrading
home-assistant to a newer version and the one pinning to an old PyYAML
version raced each other and we ended up with both submitted.

Fixes home-assistant build.
2019-09-11 08:39:49 +02:00
Peter Hoeg
d8807fa108 check-ups-health: 2.8.2.2 -> 2.8.3.3 2019-09-11 13:08:47 +08:00
Peter Hoeg
b2fb72dae3 check-nwc-health: 7.0.1.3 -> 7.10.0.6 2019-09-11 13:08:47 +08:00
Peter Hoeg
3ce644e683 check-mssql-health: 2.6.4.14 -> 2.6.4.15 2019-09-11 13:08:47 +08:00
Peter Hoeg
28abdeb448 glplugin: requirement for check_xx_health 2019-09-11 13:08:47 +08:00
Aaron Andersen
c504ffd5db
Merge pull request #68423 from 0x4A6F/master-routinator
routinator: 0.5.0 -> 0.6.0
2019-09-10 22:37:10 -04:00
Aaron Andersen
6aea38b976
Merge pull request #68417 from aanderse/moodle
moodle: 3.7.1 -> 3.7.2
2019-09-10 20:25:22 -04:00
zimbatm
4441befd43
repmgr: init at 4.4.0 (#68444) 2019-09-10 21:16:03 +02:00
0x4A6F
9d5b3c3019
routinator: 0.5.0 -> 0.6.0 2019-09-10 15:40:50 +00:00
Maximilian Bosch
58dc1e2a6f
matrix-synapse: fix startup
Currently, `setuptools` isn't propagated automatically to python
packages[1] which causes the following error when starting
`matrix-synapse`:

```
Traceback (most recent call last):
   File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/bin/.homeserver-wrapped", line 39, in <module>
     import synapse.config.logger
   File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/config/logger.py", line 27, in <module>
     from synapse.app import _base as appbase
   File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/app/__init__.py", line 18, in <module>
 E402
   File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/python_dependencies.py", line 19, in <module>
     from pkg_resources import (
 No module named 'pkg_resources'
```

[1] https://github.com/NixOS/nixpkgs/pull/68314
2019-09-10 16:33:48 +02:00
Roman Volosatovs
463faedb4d
echoip: Use index output for index.html 2019-09-10 16:01:46 +02:00
Roman Volosatovs
6fe75ffd9f
echoip: 2018-11-20 -> 2019-07-12 2019-09-10 16:01:45 +02:00
Roman Volosatovs
e63312ea12
echoip: Migrate to buildGoModule 2019-09-10 16:01:45 +02:00
Aaron Andersen
cb7deb3deb moodle: 3.7.1 -> 3.7.2 2019-09-10 08:55:28 -04:00
Linus Heckemann
c8c04bc96c
Merge pull request #68310 from rnhmjoj/xkb
services.xserver.extraLayouts fixes
2019-09-09 10:19:58 +02:00
Peter Hoeg
7881e0bcbe wmic-bin: add at 0.5.0 2019-09-09 14:24:14 +08:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Frederik Rietdijk
5f4734b1dd Merge remote-tracking branch 'upstream/gcc-8' into staging-next
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
Daniel Șerbănescu
e2fca8b1db
nixos/xserver: refactor/fix xml tags for keyboard layout overrides
With the current XML tags there is an issue when building with a custom keyboard.
The description of the new keyboard layout will be missing in the built file: xkeyboard-config-2.27/share/X11/xkb/rules/evdev.lst
2019-09-08 15:16:16 +02:00
Frederik Rietdijk
e73f871285 Merge master into staging-next 2019-09-08 14:49:25 +02:00
Vladimír Čunát
014ffdf3db
powerdns: use default openssl instead of libressl_2_8
Fixes https://github.com/NixOS/nixpkgs/issues/67601
and also see that thread for discussion.
2019-09-08 09:09:29 +02:00
Julian Stecklina
03deb7cd50 cryptpad: 3.0.0 -> 3.0.1 (#67975)
* cryptpad: 3.0.0 -> 3.0.1

* cryptpad: pin nixpkgs in generate.sh
2019-09-08 00:49:46 +02:00
adisbladis
8e2fc57a80
postgresql_9_4: Remove package
It's only supported until February 13, 2020 which is during the 19.09 life cycle.
2019-09-07 15:31:27 +01:00
Alyssa Ross
5262dd23b3 unit: drop withRuby_2_3 option
Ruby 2.3 is EOL.
2019-09-07 13:09:17 +00:00
adisbladis
723148f92e
elastic7: 7.0.1 -> 7.3.1 2019-09-07 12:48:42 +01:00
adisbladis
3ab433df34
elastic6: 6.7.2 -> 6.8.3 2019-09-07 12:43:40 +01:00
Frederik Rietdijk
7e9e5cab45 Merge master into staging-next 2019-09-07 09:53:09 +02:00
pacien
3387a16c2f exim: 4.92.1 -> 4.92.2
security update: CVE-2019-15846
2019-09-06 20:52:21 +00:00
Frederik Rietdijk
9894a70299 Merge staging into staging-next 2019-09-06 22:47:40 +02:00
Frederik Rietdijk
66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00