Commit graph

201277 commits

Author SHA1 Message Date
William R. Arellano 140fa48b0f hapistrano: remove package from broken 2019-11-08 18:52:36 +01:00
William R. Arellano 71446091a8 hapistrano: fix broken package 2019-11-08 18:52:36 +01:00
Astro 5a59ed379c haskellPackages.hail: add patches to relax cabal dependencies 2019-11-08 18:52:36 +01:00
Peter Simons 0a66656d75 LTS Haskell 14.13 2019-11-08 18:52:36 +01:00
worldofpeace 90ebe8589c
Merge pull request #73028 from arianvp/wire-maintainer
wire-desktop: Add arianvp to maintainer list
2019-11-08 17:43:38 +00:00
worldofpeace 80de79c816
Merge pull request #73046 from curiousleo/patch-1
nixos/tests: correct arguments to get_unit_info
2019-11-08 17:40:30 +00:00
Minijackson 26acc9e63d
nixos/tests: add shiori to all-tests.nix 2019-11-08 18:17:08 +01:00
Renaud 1d51fbf22b
Merge pull request #71531 from stigtsp/package/perl-mojo-redis-init
perlPackages.MojoRedis: init at 3.24
2019-11-08 18:15:48 +01:00
Maximilian Bosch 1683c4087e
prometheus-wireguard-exporter: 3.2.0 -> 3.2.1
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.2.1
2019-11-08 18:13:43 +01:00
Maximilian Bosch 55a2d14e41
documize-community: 3.4.1 -> 3.4.2
https://github.com/documize/community/releases/tag/v3.4.2
2019-11-08 18:13:43 +01:00
Renaud 88551f981a
Merge pull request #70941 from cko/hsqldb
hsqldb: 1.8.0 -> 2.5.0
2019-11-08 18:03:42 +01:00
Yurii Rashkovskii 1c5772967b framac: 19.0 -> 19.1 2019-11-08 12:02:17 -05:00
Minijackson 725168064d
nixos/shiori: port test to python, do more tests 2019-11-08 17:54:49 +01:00
Minijackson 4b496a3858
shiori: update modSha256, see #71049 2019-11-08 17:53:44 +01:00
Andreas Rammhold b62f324fa9
Merge pull request #72006 from taku0/thunderbird-bin-68.2.0
thunderbird, thunderbird-bin: 68.1.1 -> 68.2.2 [Critical security fixes]
2019-11-08 17:36:03 +01:00
Florian Klink caac0964bb nixos/tinydns: port test to python 2019-11-08 17:26:34 +01:00
Florian Klink cbd9e9e01f nixos/tinydns: order service after network.target
In cases where you boot up really quickly (like in the VM test on a
non-busy host), tinydns might want to bind before the loopback interface
is fully up. Order tinydns after network.target to fix that.
2019-11-08 17:26:34 +01:00
Florian Klink b0e081549e nixos/powerdns: port test to python 2019-11-08 17:19:23 +01:00
Florian Klink 85bf23bb12 nixos/smokeping: port test to python
cc #72828
2019-11-08 17:13:48 +01:00
Florian Klink 24b540d3ce nixos/pppd: port test to python 2019-11-08 17:11:11 +01:00
Christine Koppelt bfbffd3c82 hsqldb: 1.8.0 -> 2.5.0
Changelist: http://hsqldb.org/doc/2.0/changelist_2_0.txt
2019-11-08 16:46:42 +01:00
Silvan Mosberger 9fe4e06812 nixos/systemd: Allow unit options to have multiple equal defs (#73024)
E.g. this allows

  systemd.services.<name?>.serviceConfig.DynamicUser =
    mkMerge [ true true ];
2019-11-08 15:45:44 +00:00
zimbatm 0132b040fc
Merge pull request #73047 from gotcha/vimelette
vimPlugins.vimelette: init at 2019-05-02
2019-11-08 15:32:13 +00:00
Evan Stoll 67a0fafc49 gitkraken: 6.3.0 -> 6.3.1 (#73048) 2019-11-08 15:29:46 +00:00
Eelco Dolstra 0b4b9651b8
Merge pull request #73050 from taku0/firefox-use-rust-1.38.0
firefox: use rustc 1.38.0
2019-11-08 16:24:08 +01:00
taku0 d3f41680cb firefox: use rustc 1.38.0
Firefox 70.0.1 require rustc 1.38.0
2019-11-08 23:52:16 +09:00
Florian Klink 6303131eb9 nixos/redis: fix merging
https://github.com/NixOS/nixpkgs/pull/71584 did merging without mkMerge.

cc @jtojnar
2019-11-08 15:38:06 +01:00
Florian Klink a2429cffa3
Merge pull request #72894 from talyz/gitlab-12.4.2
gitlab: 12.4.1 -> 12.4.2
2019-11-08 15:23:39 +01:00
Florian Klink 1c5bfddbc9 nixos/opensmtpd: convert test to python 2019-11-08 15:19:43 +01:00
Godefroid Chapelle 61bd6c8620 vimPlugins.vimelette: init at 2019-05-02 2019-11-08 15:12:24 +01:00
Godefroid Chapelle 27716a8c78 vimPlugins: Update 2019-11-08 15:12:24 +01:00
Florian Klink 96588508bb opensmtpd: 6.4.2p1 -> 6.6.1p1
The substitition in smtpd/parse.y isn't necessary anymore.
The hardcoded /usr/libexec/ has been replaced by a PATH_LIBEXEC #define,
which will be set properly by the build system.
2019-11-08 15:09:26 +01:00
Domen Kožar a2f62bc8fe
vscode: 1.39.2 -> 1.40.0 2019-11-08 15:08:50 +01:00
Florian Klink e349b6e0fe nixos/opensmtpd: refactor to use tmpfiles to set up spool directories 2019-11-08 15:05:18 +01:00
Leonhard Markert c7becac738
nixos/tests: correct arguments to get_unit_info 2019-11-08 15:01:42 +01:00
Domen Kožar c62815d35f
Merge pull request #72208 from jonringer/vscode-extensions
Vscode extensions
2019-11-08 14:56:20 +01:00
taku0 8c487d6eb5 thunderbird: 68.2.1 -> 68.2.2 2019-11-08 22:54:46 +09:00
taku0 c667f097af thunderbird-bin: 68.2.1 -> 68.2.2 2019-11-08 22:54:46 +09:00
taku0 724f0f8008 thunderbird: 68.2.0 -> 68.2.1 2019-11-08 22:54:46 +09:00
taku0 be29def391 thunderbird-bin: 68.2.0 -> 68.2.1 2019-11-08 22:54:45 +09:00
taku0 6e7e55e780 thunderbird-bin: 68.1.1 -> 68.2.0 2019-11-08 22:54:45 +09:00
taku0 1a211c11c4 thunderbird: 68.1.1 -> 68.2.0 2019-11-08 22:54:45 +09:00
Florian Klink dd439bc01f
Merge pull request #72935 from marijanp/port-tests-python
Port tests to Python
2019-11-08 14:50:04 +01:00
adisbladis a00572a3d2
Merge pull request #73045 from nico202/master
python-modules/neurotools: remove
2019-11-08 13:46:38 +00:00
Florian Klink cbb8b6d40a
Merge pull request #72897 from JohnAZoidberg/python-port-cassandra-test
nixos/cassandra: Port test to python
2019-11-08 14:41:22 +01:00
Eelco Dolstra e4a6fba808
Merge pull request #73039 from taku0/rust_multiple_version
rust: keep multiple version
2019-11-08 14:34:38 +01:00
nixo d7a4bcd633 python-modules/neurotools: remove
It has no dependencies, has not been updated for long and works only with python2
2019-11-08 14:22:00 +01:00
lewo 1d9c207dc4
Merge pull request #73035 from kampka/kops_1_14_1
kops_1_14: 1.14.0 -> 1.14.1
2019-11-08 13:55:24 +01:00
Thibault Gagnaux c12850a74c Removes vpnc from propagated build inputs 2019-11-08 13:54:39 +01:00
Michael Weiss 53944e47b7
androidStudioPackages.{dev,canary}: 4.0.0.1 -> 4.0.0.2 2019-11-08 13:39:47 +01:00