3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

171559 commits

Author SHA1 Message Date
Franz Pletz 380449784c
Merge pull request #56630 from m45t3r/add-missing-x11-deps-to-xsecurelock
xsecurelock: Added missing X11 buildInputs
2019-03-02 03:00:14 +00:00
Samuel Leathers cf89945c97
Merge pull request #56629 from r-ryantm/auto-update/docker-compose
docker-compose: 1.23.1 -> 1.23.2
2019-03-02 03:59:32 +01:00
Samuel Leathers 26d2eba774
Merge pull request #56631 from r-ryantm/auto-update/dpkg
dpkg: 1.19.4 -> 1.19.5
2019-03-02 03:58:52 +01:00
Samuel Leathers 9ca8037760
Merge pull request #56617 from r-ryantm/auto-update/conky
conky: 1.11.2 -> 1.11.3
2019-03-02 03:57:53 +01:00
R. RyanTM 81e8f11da7 cutelyst: 2.6.0 -> 2.7.0 (#56624) 2019-03-02 02:34:10 +00:00
R. RyanTM 0770264fdf dpkg: 1.19.4 -> 1.19.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dpkg/versions
2019-03-01 18:24:57 -08:00
R. RyanTM d047e1e397 docker-compose: 1.23.1 -> 1.23.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/docker-compose/versions
2019-03-01 18:16:02 -08:00
Thiago Kenji Okada d2d7fed8ce xsecurelock: Added missing X11 buildInputs
According to xsecurelock's configure.ac file, each of the add
dependencies are used to:

- libXrandr: XRandR provides information about monitor layouts and is
strongly recommended on systems which can use more than one monitor
(which includes most laptops).
- libXext: The X Synchronization extension is used to get per-device idle
times. Used by until_nonidle only.
- libXScrnSaver: The X11 Screen Saver extension is used to turn off the
screen saver when X11 handles screen blanking (e.g. via timeout) anyway.
Saves CPU power.

Adding libXrandr fixes an issue where locking a screen in a multi
monitor setup results in the prompt information to not be in the middle
of the screen. The other dependencies are not tested if they fixed
something, however since upstream recommends than I think it is fair to
include them also.
2019-03-01 23:11:06 -03: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
R. RyanTM fcc50e80b8 conky: 1.11.2 -> 1.11.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/conky/versions
2019-03-01 16:34:34 -08: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