Commit Graph

151884 Commits

Author SHA1 Message Date
Jan Tojnar
f577861b8a
ibus: remove gconf dependency from runtime
wrapGAppsHook adds gconf to runtime even though we only need
gsettings-schema-convert utility during build.

This decreases the closure size 514M → 394M
2019-03-02 17:42:16 +01:00
Herwig Hochleitner
025c2abd08 leiningen: 2.9.0 -> 2.9.1
(cherry picked from commit 80021b41e74ac9a3b63ac5b27ddc16f785a5b7f1)
2019-03-02 06:37:52 +01:00
Herwig Hochleitner
26d8a8c0eb webkitgtk: 2.22.6 -> 2.22.7 2019-03-02 05:19:53 +01:00
Herwig Hochleitner
9a6e64691c chromium: 72.0.3626.119 -> 72.0.3626.121
CVE-2019-5786
2019-03-02 05:19:53 +01:00
worldofpeace
6f31a21f87
Merge pull request #56534 from dtzWill/update/appstream-glib-0.7.15
appstream-glib: 0.7.14 -> 0.7.15
2019-03-01 22:43:55 -05:00
Will Dietz
e6a4c4a6d8 appstream-glib: 0.7.14 -> 0.7.15
https://github.com/hughsie/appstream-glib/blob/appstream_glib_0_7_15/NEWS
2019-03-01 22:43:24 -05:00
worldofpeace
22091c912a
Merge pull request #56602 from r-ryantm/auto-update/brave
brave: 0.59.35 -> 0.60.45
2019-03-01 22:13:48 -05:00
Samuel Leathers
cd7dbd4bd0
Merge pull request #56618 from r-ryantm/auto-update/cppcheck
cppcheck: 1.86 -> 1.87
2019-03-02 04:10:43 +01:00
Samuel Leathers
65d9172442
Merge pull request #56620 from r-ryantm/auto-update/cryptominisat
cryptominisat: 5.6.6 -> 5.6.8
2019-03-02 04:09:45 +01:00
Samuel Leathers
7c5a202738
Merge pull request #56623 from r-ryantm/auto-update/cups-filters
cups-filters: 1.22.0 -> 1.22.1
2019-03-02 04:05:55 +01:00
Samuel Leathers
531dca1a82
Merge pull request #56626 from r-ryantm/auto-update/czmq
czmq: 4.1.1 -> 4.2.0
2019-03-02 04:03:30 +01:00
Samuel Leathers
1a66e1dd27
Merge pull request #56627 from r-ryantm/auto-update/dbeaver-ce
dbeaver: 5.3.2 -> 5.3.5
2019-03-02 04:03:01 +01:00
Samuel Leathers
cebf143016
Merge pull request #56628 from r-ryantm/auto-update/dialog
dialog: 1.3-20181107 -> 1.3-20190211
2019-03-02 04:00:31 +01:00
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
R. RyanTM
1b194208d3 dialog: 1.3-20181107 -> 1.3-20190211
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dialog/versions
2019-03-01 17:59:35 -08:00
R. RyanTM
9b4ce956fb dbeaver: 5.3.2 -> 5.3.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/dbeaver-ce/versions
2019-03-01 17:41:10 -08:00
R. RyanTM
d033b0d9e7 czmq: 4.1.1 -> 4.2.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/czmq/versions
2019-03-01 17:33:12 -08:00
Franz Pletz
3eda950518
nextcloud: 15.0.4 -> 15.0.5 2019-03-02 02:18:56 +01:00
R. RyanTM
390c00ee9a cups-filters: 1.22.0 -> 1.22.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/cups-filters/versions
2019-03-01 17:15:56 -08:00
R. RyanTM
4f1c44906c cryptominisat: 5.6.6 -> 5.6.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cryptominisat/versions
2019-03-01 16:58:38 -08:00
R. RyanTM
44202cd876 cppcheck: 1.86 -> 1.87
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cppcheck/versions
2019-03-01 16:45:06 -08: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
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
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
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
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
Sebastian Graf
cbaec5abc9 Fix include path of libffi used in GHC build 2019-03-01 11:30:05 +01:00