Commit graph

196837 commits

Author SHA1 Message Date
Marek Fajkus 48e57cfd57
elm.elmPackages: Cleanup code 2019-10-13 15:08:18 +02:00
Renaud 1c40ee6fc4
Merge pull request #69932 from r-ryantm/auto-update/python3.7-xxhash
python37Packages.xxhash: 1.3.0 -> 1.4.1
2019-10-13 14:57:57 +02:00
Peter Simons 33366cce14 haskell-hpack: use latest version to fix build on ghc-8.8.x 2019-10-13 14:27:17 +02:00
Samuel Evans-Powell 4a5c24ff6e prometheus: fix build
- Prometheus was failing due to the http-client version (0.6.4) being
out-of-bounds (prometheus requires >=0.4 && <0.6).
- However it builds fine when jailbroken, so I've just jailbroken it.
- An issue has been submitted upstream on prometheus:
  https://github.com/bitnomial/prometheus/issues/34
2019-10-13 14:27:17 +02:00
Domen Kožar e5ae4a8dc6 ormolu: add from haskell package set 2019-10-13 14:27:17 +02:00
Peter Simons e323aab13b git-annex: update sha256 hash for version 7.20191009 2019-10-13 14:27:17 +02:00
Peter Simons 5d179c578c ghc-8.8.x: drop obsolete overrides 2019-10-13 14:27:17 +02:00
Peter Simons 658893ff36 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-4-gf382c3d from Hackage revision
765639fa13.
2019-10-13 14:27:12 +02:00
Jack Kelly 88a34ef039 haskellPackages.rank2classes: not broken 2019-10-13 14:27:12 +02:00
Luke Clifton fa5eddfae6 haskellPackages: fix barbly (#70222)
* haskellPackages: fix barbly

Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
2019-10-13 14:27:11 +02:00
Peter Simons 676e2684c1 hackage2nix: disable broken builds that cause evaluation errors on Hydra 2019-10-13 14:27:11 +02:00
Peter Simons f70d1cf20c LTS Haskell 14.8 2019-10-13 14:27:11 +02:00
Vladimír Čunát 9e0f698a49
luajit_2_0: fix the platforms/extraMeta 2019-10-13 14:07:01 +02:00
Ryan Mulligan d2b209d623
Merge pull request #70702 from r-ryantm/auto-update/python3.7-autograd
python37Packages.autograd: 1.2 -> 1.3
2019-10-13 04:56:40 -07:00
Maximilian Bosch 87178a2e6e
Merge pull request #71058 from WilliButz/add-nextcloud-exporter
prometheus-nextcloud-exporter: init at 2019-10-12, with module and test
2019-10-13 13:47:41 +02:00
WilliButz c2905736be
Merge pull request #70998 from magnetophon/physlock
physlock: 11-dev -> v13
2019-10-13 13:11:43 +02:00
Maximilian Bosch eeb4726446
nixos/prometheus-wireguard-exporter: remove addr option
This option was added by mistake since `listenAddress` exists by default
for each prometheus-exporter. Using
`services.prometheus.exporters.wireguard.addr` will now cause a warning,
but doesn't break eval.
2019-10-13 12:16:46 +02:00
Vladyslav M 9666f3c03d
newsboat: 2.16.1 -> 2.17.1 (#69634)
newsboat: 2.16.1 -> 2.17.1
2019-10-13 12:48:33 +03:00
R. RyanTM 132413ed21 osm2pgsql: 0.96.0 -> 1.0.0 (#69716)
* osm2pgsql: 0.96.0 -> 1.0.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/osm2pgsql/versions

* osm2pgsql: add jglukasik as maintainer
2019-10-13 11:37:39 +02:00
Vladimír Čunát 7818f30cc4
Merge #70499: nixos/steam-hardware: add uinput to boot.kernelModules 2019-10-13 10:21:49 +02:00
Vladimír Čunát 3cb1576815
poetry: remove "broken" mark
Apparently it was marked by mistake in 5aa4b1994629;
it seems fine both locally and on Hydra's three platforms.
2019-10-13 10:14:13 +02:00
Tor Hedin Brønner d15e5b02fe
nixos/lightdm: do not conflict with plymouth (#71061)
Having `display-manager` conflict with `plymouth-quit` causes this lock up:

 - `plymouth-quit-wait` starts up, waiting for plymouth-quit to run
 - `lightdm` starts up
 - `plymouth-quit` can't start, it conflicts with lightdm
 - `plymouth-quit-wait` keeps waiting on plymouth-quit to kill plymouthd

The idea is having LightDM control when plymouth quits, but communication with
plymouth was broken: https://github.com/NixOS/nixpkgs/pull/71064

Unfortunately having the conflict breaks switching to configurations with
plymouth enabled. So we still need to remove the conflict.

fixes #71034
2019-10-13 10:03:54 +02:00
Maximilian Bosch 7f48c50ec8
Merge pull request #71060 from symphorien/nix-du
nix-du: 0.3.0 -> 0.3.1
2019-10-13 08:59:14 +02:00
Vincent Laporte e1b9556f87 ocamlPackages.ocsigen_server: 2.11.0 → 2.15.0
ocamlPackages.ssl: 0.5.5 → 0.5.9
2019-10-13 06:52:00 +02:00
Red Davies 710e28bdd8 ponyc: 0.31.0 -> 0.32.0 2019-10-13 06:50:20 +02:00
Greg Roodt 5078eba3aa argo: 2.2.1 -> 2.4.1 (#70672) 2019-10-12 17:12:59 -07:00
Silvan Mosberger 3389b4e5ca
Merge pull request #71062 from paumr/master
newsboat - unmark as broken
2019-10-13 01:13:17 +02:00
paumr fb60d59a51 newsboat - unmark as broken
newsboat builds fine on master/19.09
thus this commit should also be backported

https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.newsboat.x86_64-linux#tabs-status
2019-10-13 00:35:28 +02:00
worldofpeace 018bba85bf
Merge pull request #70763 from Kjuvi/envelope
envelope: init at 0.0.4
2019-10-12 22:06:59 +00:00
kjuvi 5075996b59 envelope: init at 0.0.4
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-12 18:05:44 -04:00
Aaron Andersen 7c1de1f14f
Merge pull request #66629 from kayhide/add/lv
lv: init at 4.51
2019-10-12 17:48:39 -04:00
worldofpeace 81d72a6635
Merge pull request #70991 from eadwu/vscode/1.39.1
vscodium: 1.38.1 -> 1.39.1
2019-10-12 21:40:35 +00:00
Renaud 4b4b943b38
Merge pull request #69629 from r-ryantm/auto-update/link-grammar
link-grammar: 5.6.2 -> 5.7.0
2019-10-12 23:27:04 +02:00
Renaud 2c920d0f2b
Merge pull request #69623 from r-ryantm/auto-update/krusader
krusader: 2.7.1 -> 2.7.2
2019-10-12 23:24:44 +02:00
Renaud 75ebc76ea8
Merge pull request #69624 from r-ryantm/auto-update/libdsk
libdsk: 1.5.10 -> 1.5.12
2019-10-12 23:23:24 +02:00
Renaud 33e17e13ae
Merge pull request #69648 from r-ryantm/auto-update/libsvm
libsvm: 3.23 -> 3.24
2019-10-12 23:22:10 +02:00
Renaud 1c820092db
Merge pull request #69649 from r-ryantm/auto-update/libite
libite: 2.0.2 -> 2.1.0
2019-10-12 23:20:51 +02:00
WilliButz 91b2c844df
nixos/tests/prometheus-exporters: add nextcloud exporter 2019-10-12 23:17:49 +02:00
WilliButz d953d328ca
nixos/prometheus-nextcloud-exporter: add module 2019-10-12 23:17:48 +02:00
WilliButz a7206ec3d7
prometheus-nextcloud-exporter: init at 2019-10-12 2019-10-12 23:06:24 +02:00
Maximilian Bosch 716ed59a37
Merge pull request #71030 from seqizz/g_gita99
gitAndTools.gita: 0.9.2 -> 0.9.9
2019-10-12 22:38:18 +02:00
worldofpeace 2d0056b149 aliases.nix: update jikes message 2019-10-12 16:29:27 -04:00
R. RyanTM 6e46d3bcbd groonga: 9.0.6 -> 9.0.7 (#69581)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-10-12 22:10:04 +02:00
R. RyanTM 89b7828317 dmtcp: 2.5.2 -> 2.6.0 (#69521)
* dmtcp: 2.5.2 -> 2.6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dmtcp/versions

* dmtcp: disable on ARM and Darwin
2019-10-12 22:02:27 +02:00
worldofpeace d4f085036b
Merge pull request #70662 from worldofpeace/gtkd-update
gtkd: 3.8.5 -> 3.9.0
2019-10-12 18:35:25 +00:00
Matthew Bauer 7acfb5c2e8
Merge pull request #66551 from Shados/qt-wrap-kvantum
qtstyleplugin-kvantum: use wrapQtAppsHook
2019-10-12 14:24:01 -04:00
R. RyanTM 0877ebd6d2 catch2: 2.8.0 -> 2.9.2 (#63993)
* catch2: 2.8.0 -> 2.9.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/catch2/versions

* catch2: 2.9.1 -> 2.9.2
2019-10-12 19:33:32 +02:00
Maximilian Bosch ce1fe5d751
Merge pull request #71038 from marsam/update-netdata
netdata: 1.17.1 -> 1.18.0
2019-10-12 19:22:51 +02:00
Maximilian Bosch 1c0e8b78bb
Merge pull request #71033 from jwijenbergh/spotify-tui
spotify-tui: init at 0.5.0
2019-10-12 19:15:12 +02:00
adisbladis e9aa14c025
Merge pull request #70908 from xrelkd/update/go-ethereum
go-ethereum: 1.9.5 -> 1.9.6
2019-10-12 17:46:48 +01:00