Commit graph

30064 commits

Author SHA1 Message Date
Matthew Bauer 74c784a79c treewide: make -Wno-error flags clang-only
In 724e833ea2, I was a little too aggressive in enabling these flags.
Many don’t work in gcc, and we should probably avoid settings them
widely. This makes those flags optional on isclang
2019-04-29 21:34:24 -04:00
Tor Hedin Brønner d747f1602d gobject-introspection: 1.60.0 -> 1.60.1
Updated the shlib patches:

- Upstream now forces basename in sanitize_shlib_path(lib) if the system isn't
  darwin. We patch the function to always prefer absolute paths
- Due to the above we no longer need the macos patch
- `sanitize_shlib_path` is applied after `resolve_from_ldd_output` so we need to
  apply `fallback_libpath` afterwards too (else we get stuff like
  `/nix/store/...@rpath/foo.dylib` on darwin)
- Note that the `fallback_path` no longer have any unit tests

https://gitlab.gnome.org/GNOME/gobject-introspection/blob/1.60.1/NEWS
2019-04-27 07:09:47 +02:00
Tor Hedin Brønner ee3729938d libsoup: 2.66.0 → 2.66.1
https://gitlab.gnome.org/GNOME/libsoup/blob/2.66.1/NEWS
2019-04-27 07:09:33 +02:00
Tor Hedin Brønner 54c2f9ac47 libcroco: 0.6.12 → 0.6.13
Patches are now upstream

https://gitlab.gnome.org/GNOME/libcroco/blob/0.6.13/NEWS
2019-04-27 07:09:33 +02:00
Tor Hedin Brønner 94153e96ee glib: 2.60.0 → 2.60.1
https://gitlab.gnome.org/GNOME/glib/blob/2.60.1/NEWS
2019-04-27 07:09:33 +02:00
c0bw3b 3ee1b52371 tcl/tk: 8.6.6 -> 8.6.9
Changelog for Tcl: https://github.com/tcltk/tcl/blob/core-8-6-9/changes#L8797
Changelog for Tk: https://github.com/tcltk/tk/blob/master/changes#L7417

Tk release is actually v8.6.9.1 while Tcl is v8.6.9
2019-04-27 07:09:05 +02:00
Markus Kowalewski 6968c4f305 openblas: turn off AVX512 optimizations
The AVX512 optimization has a bug in openblas-0.3.5
and can also lead to slower code on Xeon Silver CPUs.

See https://github.com/xianyi/OpenBLAS/issues/1955
and https://github.com/xianyi/OpenBLAS/issues/2029
2019-04-27 07:07:49 +02:00
Will Dietz cf2f927010 libva: 2.4.0 -> 2.4.1 2019-04-27 07:04:12 +02:00
Will Dietz eeff4eda14 polkit: 0.115 -> 0.116
* now uses mozjs60
* drop CVE patches included in release

* pname-ify
* use flag arrays and placeholder
2019-04-27 07:02:36 +02:00
c0bw3b 84b810f8e3 libxslt: add patch for CVE-2019-11068
References:
https://nvd.nist.gov/vuln/detail/CVE-2019-11068
e03553605b
2019-04-27 07:00:29 +02:00
c0bw3b fba13b5253 sqlite: 3.27.2 -> 3.28.0
Changelog: https://www.sqlite.org/releaselog/3_28_0.html

Security: includes fixes for CVE-2019-9936 and CVE-2019-9937
2019-04-27 07:00:29 +02:00
Matthew Bauer 87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer c1f1a0ea15 qt5: use llvm5 for all modules
This avoids some issues encountered with qt5 not working libcxx 7. We
can remove this at some point when qt5 has addressed all of their issues.
2019-04-26 21:55:12 -04:00
Matthew Bauer da38a49a24 treewide: mark bad packages
Some old stuff is known not to work.
2019-04-26 21:55:11 -04:00
Matthew Bauer 63831c398a python-fenics: put pytest in nativeBuildInputs 2019-04-26 21:55:10 -04:00
Matthew Bauer f4d9adff9a libtins: fix test on darwin 2019-04-26 21:55:08 -04:00
Matthew Bauer 724e833ea2 treewide: disable -Werror for llvm 7
Some of these have errors on newest llvm. It’s easiest to just add
-Wno-error in these cases.
2019-04-26 21:55:04 -04:00
Matthew Bauer d1f988ca3c darwin: correct framework dependency
AudioUnit depends on AudioToolbox now, so use that to keep
compatibility.
2019-04-26 21:55:03 -04:00
Matthew Bauer 66a3a7b303 tk: propagate macos dependencies 2019-04-26 21:55:00 -04:00
Matthew Bauer e95ec0da29 libao: fix on 10.12 sdk 2019-04-26 21:54:59 -04:00
Matthew Bauer 32acda1b4d libcdio: disable checks on darwin
Broken on macos 10.12 stuff
2019-04-26 21:54:57 -04:00
Dmitry Kalinkin a2e8e6ffc9 boost167: patch for macOS 10.12 2019-04-26 21:54:57 -04:00
Matthew Bauer 0e9da4c958 libproxy: add libc++ patch 2019-04-26 21:54:54 -04:00
Matthew Bauer 0fe315c9b6 treewide: remove old patches for macOS
These shouldn’t be needed now that we are on macOS 10.12.
2019-04-26 21:54:32 -04:00
Jan Tojnar 89a150355b
Merge branch 'master' into staging 2019-04-26 16:35:54 +02:00
Renaud ef0174873a
Merge pull request #59467 from r-ryantm/auto-update/cmark
cmark: 0.28.3 -> 0.29.0
2019-04-26 08:57:40 +02:00
Will Dietz 8f9b5d2f2a
Merge pull request #59552 from r-ryantm/auto-update/kdb
libsForQt5.kdb: 3.1.0 -> 3.2.0
2019-04-26 00:19:45 -05:00
Will Dietz b6309d6930
Merge pull request #58546 from dtzWill/update/intel-media-2019q1
intel-{gmmlib,media-{driver,sdk}}: 18.4.1 -> ~19.1
2019-04-25 23:43:44 -05:00
Will Dietz 5340c05e04
Merge pull request #60130 from lo1tuma/nodejs-12_staging
nodejs-12_x: init at 12.0.0
2019-04-25 23:08:20 -05:00
Renaud 2024421f04
Merge pull request #59457 from r-ryantm/auto-update/cctz
cctz: 2.2 -> 2.3
2019-04-26 00:34:32 +02:00
Peter Hoeg 1011fae581
Merge pull request #60142 from peterhoeg/u/rng
rng-tools: 6.6 -> 6.7 and libp11: 0.4.9 -> 0.4.10
2019-04-25 13:19:24 +08:00
Will Dietz a777e8d45a intel-media-sdk: 18.4.1 -> 19.1.0 2019-04-24 16:53:27 -05:00
Will Dietz 6fdb8aaedb intel-media-driver: 18.4.1 -> 19.1.0 2019-04-24 16:53:26 -05:00
Will Dietz 64b5073c99 intel-gmmlib: 18.4.1 -> 19.1.2
First step towards 2019Q1
2019-04-24 16:53:16 -05:00
Renaud 6186a6f012
Merge pull request #58484 from sveitser/cudnn-v7.4.2
cudnn_cudatoolkit_10: 7.3.1 -> 7.4.2
2019-04-24 22:40:17 +02:00
R. RyanTM a10b1551c8 catch2: 2.7.0 -> 2.7.2 (#59455)
* catch2: 2.7.0 -> 2.7.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/catch2/versions

* catch2: 2.7.1 -> 2.7.2
2019-04-24 22:21:01 +02:00
Renaud bd44e3a46d
Merge pull request #59232 from FRidh/grpc
grpc: update version and build shared libs
2019-04-24 22:10:08 +02:00
Renaud 59660bb476
Merge pull request #59510 from r-ryantm/auto-update/gecode
gecode: 6.1.1 -> 6.2.0
2019-04-24 20:42:59 +02:00
Bob van der Linden 92e3089bd2 quazip: 0.7.3 -> 0.7.6 (#59631)
* quazip: 0.7.3 -> 0.7.6

* quazip: refresh homepage
quazip now lives at https://stachenov.github.io/quazip/
2019-04-24 19:13:31 +02:00
Frederik Rietdijk 0a7bcb3b03 Merge staging into staging-next 2019-04-24 18:38:11 +02:00
worldofpeace e71f7983fc
Merge pull request #59962 from xrelkd/update/http-parser
http-parser: 2.9.1 -> 2.9.2
2019-04-24 09:42:03 -04:00
Matthieu Coudron 1b0f67dddd
Merge pull request #60015 from teto/fcitx
protobuf: 3.7.0 -> 3.7.1
2019-04-24 18:10:28 +09:00
Peter Hoeg c4919b614e libp11: 0.4.9 -> 0.4.10
The build was broken as the output was nested inside /nix/store so fix that as
well. We didn't know as no other derivation was using it.
2019-04-24 11:53:09 +08:00
worldofpeace 0154d51338 libssh: don't use multiple outputs
Makes cmake files point to the correct output
for libs and corrects the Cflags in the .pc
file.

Fixes #60036
2019-04-23 23:43:35 -04:00
Matthew Bauer 7488a367af
Merge pull request #56555 from matthewbauer/wasm
Initial WebAssembly/WASI cross-compilation support
2019-04-23 22:44:33 -04:00
Matthew Bauer 84d00355e8 Merge remote-tracking branch 'NixOS/master' into staging 2019-04-23 22:00:42 -04:00
Matthew Bauer e2a1dc6a44 libgmp: don’t compile with cpp on wasm
We don’t have full C++ support for things like threads or exceptions.
2019-04-23 21:48:58 -04:00
Matthew Bauer 6948ffd398 wasilibc: use .imports file for lld
instead of passing in the --allow-undefined-file, we can just let lld
find the file.
2019-04-23 21:48:58 -04:00
Matthew Bauer 4048acb5cf gnu-config: bump to latest version for wasi 2019-04-23 21:48:58 -04:00
Matthew Bauer 9abff4af4f wasm: init cross target
Adds pkgsCross.wasm32 and pkgsCross.wasm64. Use it to build Nixpkgs
with a WebAssembly toolchain.

stdenv/cross: use static overlay on isWasm

isWasm doesn’t make sense dynamically linked.
2019-04-23 21:48:57 -04:00