Commit graph

171610 commits

Author SHA1 Message Date
Franz Pletz 5e3b160b5c
Merge pull request #56599 from andir/tinc-openssl-102r-fix
tinc_pre: fix error after openssl upgrade
2019-03-02 00:21:15 +00:00
Pascal Bach 390b6108a2 nixos/nextcloud: don't make phpPackages configurable
It needs to match the version in phpfm which is hard coded.
So there is no point in being able to change it.
2019-03-02 00:16:57 +01:00
Pascal Bach f0c0b8d949 nixos/nextcloud: move phpPackage and phpOptions into pool
This allows to have a php configuration for nextcloud that is independent
of the global configuration.
2019-03-02 00:16:56 +01:00
Pascal Bach 8f1b163b00 nixos/nextcloud: use PHP 7.3 instead of 7.1 by default 2019-03-02 00:16:55 +01:00
Pascal Bach 7f8620900a nixos/nextcloud: update recommended nginx settings
This updates the configuration to the recommendations in
https://docs.nextcloud.com/server/15/admin_manual/installation/nginx.html
2019-03-02 00:16:55 +01:00
R. RyanTM edccde3e74 brave: 0.59.35 -> 0.60.45
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brave/versions
2019-03-01 14:14:13 -08:00
Andreas Rammhold 447c21089b
tinc_pre: fix error after openssl upgrade
With the openssl upgrade to 1.0.2r / 1.1.1b the tinc pre-release version
stopped working due to a bug in tinc where an encryption function was
used during decryption. I submitted a patch upstream [1] but that wasn't
released yet.

[1] http://git.tinc-vpn.org/git/browse?p=tinc;a=commit;h=2b0aeec02d64bb4724da9ff1dbc19b7d35d7c904
2019-03-01 22:33:46 +01:00
Matthew Bauer 9edb851308
Merge pull request #51628 from ju1m/arm
stdenv: add armv7a-linux system
2019-03-01 15:36:07 -05:00
Robert Schütz ee2d7e432f
Merge pull request #56323 from costrouc/python-ansible-refactor
Move ansible to python-modules and use toPythonApplication + ansible related packages
2019-03-01 21:08:54 +01:00
worldofpeace a2b665446a nixos/pantheon: use gnome-settings-daemon module 2019-03-01 14:55:12 -05:00
worldofpeace 5ce2eba776 nixos/gnome-settings-daemon: init 2019-03-01 14:55:12 -05:00
Chris Ostrouchov abb5840d27
kargo: refactor move to using ansible as python module 2019-03-01 14:48:23 -05:00
Chris Ostrouchov de9c985097
pythonPackages.ansible-kernel: init at 0.9.0 2019-03-01 14:48:23 -05:00
Chris Ostrouchov 9c976878c6
pythonPackages.ansible-runner: init at 1.2.0 2019-03-01 14:47:01 -05:00
Chris Ostrouchov 5c4a829a34
pythonPackages.pytest-ansible: refactor remove python3 restriction 2019-03-01 14:47:01 -05:00
Chris Ostrouchov d77c611162
pythonPackages.ansible-lint: refactor move to python-modules 2019-03-01 14:47:01 -05:00
Chris Ostrouchov 300ca8132b
pythonPackages.ansible: refactor move to python-modules 2019-03-01 14:46:56 -05:00
Jaakko Luttinen eef63417d4 pythonPackages.pvlib: enable tests (#56301) 2019-03-01 20:05:35 +01:00
Michael Raskin ef5a166a9d
Merge pull request #56582 from r-ryantm/auto-update/afflib
afflib: 3.7.17 -> 3.7.18
2019-03-01 18:57:27 +00:00
worldofpeace b5df81f1a1
Merge pull request #56553 from worldofpeace/plasma/xdg-user-dirs
nixos/plasma5: add xdg-user-dirs to create user directories
2019-03-01 13:25:58 -05:00
Pascal Wittmann bb921f5169
checkstyle: 8.17 -> 8.18 2019-03-01 19:24:22 +01:00
R. RyanTM a174052286 afflib: 3.7.17 -> 3.7.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/afflib/versions
2019-03-01 07:29:16 -08:00
taku0 692a763f60 firefox-esr: 60.5.1esr -> 60.5.2esr 2019-03-01 22:57:53 +09:00
taku0 d59a40c3b0 firefox: 65.0.1 -> 65.0.2 2019-03-01 22:53:35 +09:00
taku0 202f713153 thunderbird: 60.5.1 -> 60.5.2 2019-03-01 22:51:49 +09:00
taku0 1fd851230c thunderbird-bin: 60.5.1 -> 60.5.2 2019-03-01 22:51:41 +09:00
taku0 03bbab8540 firefox-bin: 65.0 -> 65.0.2 2019-03-01 22:50:56 +09:00
Robert Schütz 81bf897e29 python.pkgs.filetype: 1.0.4 -> 1.0.5 2019-03-01 14:48:45 +01:00
Robert Schütz 505b810a7f python.pkgs.pyscard: move swig to nativeBuildInputs 2019-03-01 14:38:48 +01:00
Robert Schütz 391e59108d papis: remove obsolete patches 2019-03-01 14:32:21 +01:00
Vladimír Čunát 35cf2c82c1
Merge #56201: add nix-env.qaCountBroken metric 2019-03-01 14:01:45 +01:00
Vladimír Čunát a593f64cd7
metrics.nix: track qaCountBroken instead of qaCountDrv
From these three values, I believe it's most meaningful to track
one of the higher ones and their difference (qaCountBroken).
It's a bit unclear which of the higher ones - I have no data on that,
so I kept the one used before the parent commit.
2019-03-01 13:59:30 +01:00
Peter Simons 9f08796470
Merge pull request #56573 from sgraf812/fix-ghc-system-libffi
Fix include path of libffi used in GHC build
2019-03-01 13:08:27 +01:00
Sebastian Graf cbaec5abc9 Fix include path of libffi used in GHC build 2019-03-01 11:30:05 +01:00
Robert Schütz 7455307b60
Merge pull request #56303 from costrouc/python-intake-init
Initialize python pyviz stack and intake
2019-03-01 10:36:50 +01:00
David Duarte b381c27b58 nixos/coredns: init (#54931) 2019-03-01 11:10:44 +02:00
Jaakko Luttinen 3944fa41a0 pythonPackage.Nikola: 8.0.1 -> 8.0.2 2019-03-01 09:24:07 +01:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Michiel Leenaars 4d64916b96 qstopmotion: 2.4.0 -> 2.4.1 2019-03-01 08:24:32 +01:00
Will Dietz 456ff62ff8
Merge pull request #56528 from dtzWill/update/gdrivefs-gipc-py3
gipc,gdrivefs: update
2019-02-28 23:41:51 -06:00
Will Dietz 6ad4e3e315
Merge pull request #56429 from dtzWill/update/xorgserver-1.20.4
xorgserver: 1.20.3 -> 1.20.4
2019-02-28 23:39:42 -06:00
Ryan Mulligan afa525bff9 .github/CODEOWNERS: remove @ryantm from haskell
I'm happy to keep helping out with Haskell infrastructure where I can,
but I don't have a good system for handling the accidental codeowner
pings caused by target branch switches.
2019-02-28 21:32:35 -08:00
worldofpeace 48ed8d4f81 lollypop: 0.9.921 -> 0.9.923
https://gitlab.gnome.org/World/lollypop/tags/0.9.922
https://gitlab.gnome.org/World/lollypop/tags/0.9.923
2019-03-01 00:20:34 -05:00
Ryan Mulligan 7407db342c
Merge pull request #56554 from delroth/tpm2-tss-2.2.1
tpm2-tss: 2.2.0 -> 2.2.1
2019-02-28 20:52:29 -08:00
Ryan Mulligan 934b2a8a59
Merge pull request #56542 from seppeljordan/bump-nix-prefetch-github-version
nix-prefetch-github: 2.1 -> 2.2
2019-02-28 20:38:07 -08:00
Ryan Mulligan 6e5caa3f8a
Merge pull request #52624 from alesguzik/update-terra
terra: 2016-06-09 -> 1.0.0-beta1
2019-02-28 19:22:10 -08:00
Pierre Bourdon b5d341e7f9
tpm2-tss: 2.2.0 -> 2.2.1 2019-03-01 01:25:38 +01:00
worldofpeace 2e5f64bb83 nixos/plasma5: add xdg-user-dirs to create user directories 2019-02-28 19:12:28 -05:00
worldofpeace 898870824d pantheon.elementary-files: rely on desktop-file-utils hook 2019-02-28 19:01:39 -05:00
worldofpeace a84fa92008 pantheon.elementary-code: use C.UTF-8 2019-02-28 18:02:42 -05:00