1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

171551 commits

Author SHA1 Message Date
rnhmjoj d10f3e985a
arx-libertatis: 2018-08-26 -> 2019-02-16 2019-03-05 01:05:43 +01:00
Franz Pletz 3eda950518
nextcloud: 15.0.4 -> 15.0.5 2019-03-02 02:18:56 +01:00
Franz Pletz 542e384916
Merge pull request #56496 from bachp/nextcloud-nginx-recommended
nixos/nextcloud: Update recommended nginx settings
2019-03-02 01:18:18 +00:00
Julien Moutinho 2a61c058c6 rmilter: fix inetSocket
IPv6 address has to be between [] and the port after.
2019-03-02 01:12:21 +00:00
Franz Pletz e4808a6587
Merge pull request #56489 from Ma27/add-nextcloud-overwriteprotocol-option
nixos/nextcloud: add overwriteProtocol option
2019-03-02 00:21:26 +00:00
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
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
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
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
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
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
Robert Schütz 8a495116a5 papis: 0.8.1 -> 0.8.2 2019-02-28 22:42:50 +01:00
GRBurst 071ee21f97 - Update protonmail-bridge 1.1.0-1 -> 1.1.1-1 (#56149)
- fix segmentation fault by explicitly calling qt 5.11
2019-02-28 22:34:15 +01:00
Vincent Laporte 79bc38c1bc ocamlPackages.mlgmpidl: 1.2.7 -> 1.2.8
This version builds even if profiling is not available (e.g., on Aarch).
2019-02-28 22:24:07 +01:00
R. RyanTM 77201a115b ace: 6.5.3 -> 6.5.4 (#54859)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ace/versions
2019-02-28 22:19:17 +01:00
R. RyanTM 5f7ed3c70c libsolv: 0.7.2 -> 0.7.3 (#55259)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsolv/versions
2019-02-28 22:17:08 +01:00