Commit graph

172587 commits

Author SHA1 Message Date
Jan Tojnar 1e0661cd60
Merge pull request #57603 from jtojnar/wrap-gapps-hook-self-gio
wrapGAppsHook: add package’s own modules to GIO_EXTRA_MODULES
2019-03-15 14:26:17 +01:00
Will Dietz 85966e628d
Merge pull request #57645 from dtzWill/fix/e2fsprogs-cross-llvm-bootstrap
e2fsprogs: use buildPackages.perl to avoid cycle in llvm-based stdenv
2019-03-15 07:04:28 -05:00
Will Dietz c0f08b80a2
Merge pull request #57418 from dtzWill/update/kmod-26
kmod: 25 -> 26
2019-03-14 14:30:29 -05:00
Will Dietz 941859dadf
Merge pull request #57541 from dtzWill/update/gtk-3.24.7
gtk3: 3.24.5 -> 3.24.7
2019-03-14 14:20:11 -05:00
Will Dietz 20c0730565
Merge pull request #57539 from dtzWill/update/nghttp2-1.37.0
nghttp2: 1.36.0 -> 1.37.0
2019-03-14 14:18:51 -05:00
Will Dietz 10a84188ff e2fsprogs: use buildPackages.perl to avoid cycle in llvm-based stdenv 2019-03-14 10:44:11 -05:00
Jan Tojnar 0ea220b9bd
wrapGAppsHook: add package’s own modules to GIO_EXTRA_MODULES
When a package provides both executables and gio modules, it is quite
probable the executables will need those modules. wrapGAppsHook wraps
executables with GIO_EXTRA_MODULES picked up from dependencies
but forgets about the package being built. Let’s add to consideration.

Closes: https://github.com/NixOS/nixpkgs/issues/50254
2019-03-13 23:03:53 +01:00
Will Dietz 1cb7a3b519
Merge pull request #57229 from dtzWill/update/e2fsprogs-1.45.0
e2fsprogs: 1.44.5 -> 1.45.0
2019-03-13 11:30:13 -05:00
Will Dietz bf072fcfb1 gtk3: 3.24.5 -> 3.24.7
http://ftp.acc.umu.se/pub/gnome/sources/gtk+/3.24/gtk+-3.24.6.news
http://ftp.acc.umu.se/pub/gnome/sources/gtk+/3.24/gtk+-3.24.7.news

Export symbols patch "actually" seems
to no longer be required, drop it.
2019-03-12 16:36:14 -05:00
Will Dietz f58c599bcb nghttp2: 1.36.0 -> 1.37.0
https://nghttp2.org/blog/2019/03/08/nghttp2-v1-37-0/
2019-03-12 16:20:28 -05:00
Matthew Bauer 573a6930a0
Merge pull request #56019 from illegalprime/fix/perlPackages.TermReadKey-cross
perlPackages.TermReadKey: add workarounds for cross compilation
2019-03-12 16:52:13 -04:00
Ben Hipple 2c7b8769f3 db: enable parallel building
Appears to work without issue and speeds up builds
2019-03-11 16:44:06 -04:00
Will Dietz c13a29e398 kmod: 25 -> 26
https://lwn.net/Articles/779249/
2019-03-11 12:33:45 -05:00
Matthew Bauer 37eba81c7b
Merge pull request #56391 from matthewbauer/cmake-treewide
Add more CMake flags
2019-03-11 12:43:46 -04:00
Matthew Bauer 6ed49262f5 treewide: remove BUILD_TESTING flag
This is now set by CMake
2019-03-11 10:11:28 -04:00
Gabriel Ebner 92b4cb1ba8
Merge pull request #57280 from r-ryantm/auto-update/libheif
libheif: 1.3.2 -> 1.4.0
2019-03-10 22:36:00 +01:00
R. RyanTM 0ca4bc68fb libheif: 1.3.2 -> 1.4.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/libheif/versions
2019-03-10 12:28:28 -07:00
Michael Raskin 5fca2dbb8c
Merge pull request #57269 from r-ryantm/auto-update/libatomic_ops
libatomic_ops: 7.6.8 -> 7.6.10
2019-03-10 18:51:22 +00:00
R. RyanTM 3c8e8f1443 libatomic_ops: 7.6.8 -> 7.6.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libatomic_ops/versions
2019-03-10 11:31:11 -07:00
Vladimír Čunát 3563f68da5
Merge branch 'staging-next' into staging
libarchive: larger security rebuild
2019-03-10 10:51:40 +01:00
Will Dietz 8add9b7c21 e2fsprogs: enable tests (previously explicitly disabled) 2019-03-10 04:08:57 -05:00
Will Dietz b531c19806 e2fsprogs: 1.44.5 -> 1.45.0
Changes:
* https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.44.6.txt?h=v1.44.6
* https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.45.0.txt?h=v1.45.0

Also:
* remove 'hack' for installing pc files
* fixup location of `e2scrub_all_cron` to avoid reference cycle in
  outputs, promote to $bin/bin for now.
2019-03-10 03:58:56 -05:00
Vladimír Čunát 5767c18d99
libarchive: apply upstream CVE patches
Fixes #57150.
2019-03-10 09:52:14 +01:00
Silvan Mosberger 2206a3ebad
Merge #57095: gtk3: Fix for missing symbols (again)
(cherry picked from commit 3ea5f97ac4)
Forward-picking from staging to staging-next.  It seems quite
an important fix with little risk of breakage, and it isn't such a huge
rebuild, especially considering the unfinished amount on staging-next ATM.
2019-03-10 08:36:15 +01:00
Vladimír Čunát a2eb06a4d2
Merge #56927: buildGoPackage: 1.11 -> 1.12 (into staging) 2019-03-10 08:05:39 +01:00
Vladimír Čunát 8d502fd425
Merge branch 'staging-next' into staging 2019-03-10 08:05:27 +01:00
Vladimír Čunát bf47162c26
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1508887
2019-03-10 08:04:21 +01:00
worldofpeace 213d6dd6ac
Merge pull request #56939 from Kjuvi/appeditor-init-at-1.1.0
appeditor: init at 1.1.0
2019-03-09 20:31:59 -05:00
Ryan Mulligan 5511fd1318
Merge pull request #57166 from ar1a/capture-license
capture: 1.0 -> 2019-03-10
2019-03-09 15:33:45 -08:00
Ryan Mulligan 0ad6a98d88
Merge pull request #57167 from ar1a/pbclibroken
pb_cli: 1.0 -> 2019-03-10
2019-03-09 15:33:09 -08:00
Aria Edmonds 42631524df capture: 1.0 -> 2019-03-10 2019-03-10 10:22:43 +11:00
Aria Edmonds 57bfa0c395 pb_cli: 1.0 -> 2019-03-10 2019-03-10 10:15:41 +11:00
Matthew Bauer 1e7bac9401 xcode-sdk-pkgs: add sdk to extraPackages
this gives you access to libraries like Foundation.
2019-03-09 18:12:25 -05:00
Matthew Bauer ca6e93155b
Merge pull request #56661 from matthewbauer/stack-hook-fixup
stack-hook: deduplicate better
2019-03-09 18:08:47 -05:00
Michael Weiss c1c13e4115
fuse3: 3.4.1 -> 3.4.2 2019-03-10 00:03:25 +01:00
Matthew Bauer 8a08d7e7cc
Merge pull request #56031 from matthewbauer/priorities
Add some more priorities
2019-03-09 18:02:55 -05:00
worldofpeace e430f8db22
Merge pull request #54340 from bachp/gstreamer-plugins
gstreamer: fix plugin detection
2019-03-09 17:57:37 -05:00
worldofpeace cec337d50f
Merge pull request #55403 from xtruder/pkgs/hetzner-kube/0.3.2rc1
hetzner-kube: 0.3.1 -> 0.3.2rc1
2019-03-09 17:38:20 -05:00
worldofpeace 3c3ccaed81
hetzner-kube: pname cleanup 2019-03-09 22:37:45 +00:00
Silvan Mosberger 6ad76ff1ba
Merge pull request #52096 from furrycatherder/davmail
nixos/davmail: init
2019-03-09 22:41:55 +01:00
worldofpeace d81b51ac02 feedreader: add hicolor-icon-theme for setup-hook 2019-03-09 15:39:08 -05:00
Pascal Wittmann c999c2c89b
instead: 3.2.2 -> 3.3.0 2019-03-09 21:09:06 +01:00
worldofpeace 7435c633f6
Merge pull request #57128 from FlorianFranzen/pyext
pythonPackages.pyext: 0.6 -> 0.8
2019-03-09 15:05:29 -05:00
Timo Kaufmann 3b7fb15182
Merge pull request #57126 from timokau/sage-maxima-downgrade
sage: downgrade maxima to 5.41
2019-03-09 20:05:01 +00:00
Matthew Bauer 91f0c848f4 cmake: set BUILD_TESTING=OFF when doCheck is false
This means we can avoid building test suites that will never be run.
2019-03-09 14:32:55 -05:00
Matthew Bauer a923a5bbdc
ova: remove stateVersion
This is undefined in the default configuration.nix template.
2019-03-09 14:25:05 -05:00
Florian Franzen e0b3eb075f pythonPackages.pyext: 0.6 -> 0.8 2019-03-09 20:20:43 +01:00
Michael Raskin 1f8aa8bf1c
Merge pull request #57132 from ckauhaus/vulnix-1.8.0
vulnix: 1.7.1 -> 1.8.0
2019-03-09 19:03:06 +00:00
Sean Haugh f2730d881b nixos/davmail: init
Co-authored-by: Aaron Andersen <aaron@fosslib.net>
Co-authored-by: Silvan Mosberger <infinisil@icloud.com>
2019-03-09 12:05:15 -06:00
worldofpeace 40953c84e4
Merge pull request #57119 from sveitser/python-rfc3986-pytest-fix
pythonPackages.rfc3986: fix pytest dependency
2019-03-09 12:56:38 -05:00