Commit Graph

186733 Commits

Author SHA1 Message Date
Cole Mickens
d0b50b8835 vaapiVdpau: fixup for libva-2.5.0 2019-07-26 20:33:12 -04:00
Cole Mickens
2c66613103 libva: 2.4.1 -> 2.5.0 2019-07-27 00:45:42 +02:00
Frederik Rietdijk
0f6bda38fe Merge staging-next into staging 2019-07-26 14:45:31 +02:00
Vladimír Čunát
c9793b81b8
Merge #65393: Revert "unzip: CVE-2019-13232"
...into staging-next
2019-07-25 23:41:14 +02:00
Vladimír Čunát
773f034bb1
Merge branch 'master' into staging-next 2019-07-25 23:40:54 +02:00
adisbladis
eaafd840bf
Revert "unzip: CVE-2019-13232"
This reverts commit 0238946872.

This patch broke a number of legitimate zips in the wild, including but
not limited to most luarocks and a number of gradle-produced JARs.
2019-07-25 22:07:06 +01:00
Jason Felice
fd2b2b5cd5 tmux-ctrlw: init at 0.1.0 2019-07-25 22:39:43 +02:00
worldofpeace
3047bf3fa9
Merge pull request #64989 from eyJhb/rotate-backups
pythonPackages.rotate-backups: init at 6.0
2019-07-25 16:28:52 -04:00
Graham Christensen
70fd697efe
Merge pull request #65358 from josephtheengineer/master
kitty: fix wayland support (EGL: Library not found error) on swaywm
2019-07-25 13:22:03 -07:00
worldofpeace
35d4557075
Merge pull request #64987 from luispedro/remove_rocksdb_gflags_dep
rocksdb: Remove gflags dependency
2019-07-25 16:10:40 -04:00
Luis Pedro Coelho
f178bee18e rocksdb: Remove gflags dependency
GFlags are only used for the tools, which are not installed in any case.
2019-07-25 16:05:50 -04:00
worldofpeace
883a1dffcf
Merge pull request #52859 from jtojnar/cmake-gid
cmake: use multiple outputs for GNUInstallDirs
2019-07-25 16:05:10 -04:00
Michael Weiss
967b8422d7
python37Packages.google_api_python_client: 1.7.9 -> 1.7.10 2019-07-25 21:20:41 +02:00
Nick Hu
1d9d31a0eb tmuxPlugins.tmux-colors-solarized: init tmux plugin 2019-07-25 20:57:52 +02:00
Eelco Dolstra
4914a82186
Merge pull request #65083 from basvandijk/fix-composability-of-sourceByRegex
lib: allow sourceByRegex to be composed after cleanSourceWith
2019-07-25 19:29:44 +02:00
Wael Nasreddine
6b89e87a23
Merge pull request #65316 from kalbasit/nixpkgs_fix-moto-collision
moto: fix colliding dependencies
2019-07-25 09:00:32 -07:00
Nikolay Amiantov
7b828532b9 bazel-deps: 2019-02-01 -> 2019-07-11, mark as broken
Also drop preInstall cleanup for dependencies. The reason is while it's more
thorough than default cleanup in buildBazelPackage if such a problem happens we
should fix buildBazelPackage instead. Perhaps even move this (awesome!) snippet
there but it's very slow-running so we'd rather attempt to fix it in other
ways.

Anyway after an update at least .deps build, checked with `nix-build -A --check`.
2019-07-25 17:40:46 +02:00
Nikolay Amiantov
969aec30b6 bazel-remote: mark as broken 2019-07-25 17:40:46 +02:00
Matthew Bauer
173a5408d2
Merge pull request #65319 from nicknovitski/fix-darwin-ngrok
ngrok: fix build on darwin
2019-07-25 09:54:43 -04:00
Matthew Bauer
6ff7c2ca93
Merge pull request #65049 from matthewbauer/zmq-enable-drafts
zmq: enable drafts api
2019-07-25 09:54:00 -04:00
Frederik Rietdijk
dcea5637d8
Merge pull request #64982 from NixOS/staging-next
Staging next
2019-07-25 15:48:30 +02:00
Léo Gaspard
5f33bcd953
matrix-synapse: fix documentation better 2019-07-25 15:37:32 +02:00
Michael Raskin
22f5ee4e0e
Merge pull request #65305 from averelld/disable-zbar-wine-gstreamer
wine: disable zbar in gst-plugins-bad
2019-07-25 12:36:10 +00:00
Michael Raskin
e1e5c87f83
Merge pull request #65342 from bradleyjensen/master
Improve ergonomics of clwrapper
2019-07-25 12:35:02 +00:00
WilliButz
f149bfe82a
Merge pull request #65348 from mayflower/checksec-2.0.1
checksec: 1.5 -> 2.0.1
2019-07-25 14:17:33 +02:00
Profpatsch
fdee6f4fae bazel: disable dm-sonnet downstream test 2019-07-25 13:27:45 +02:00
Profpatsch
63e0b8b3f9 bazel: execute dm-sonnet test only on linux 2019-07-25 13:27:45 +02:00
Profpatsch
eab06d4517 python-modules/dm-sonnet: update fixed-output hash 2019-07-25 13:27:45 +02:00
Timo Kaufmann
e7e70b7073 bazel: add fixed output test case
Feels like a horrible hack, but it should make sure that downstream
hashes are preserved between bazel versions.
2019-07-25 13:27:45 +02:00
markuskowa
88d9f77609
Merge pull request #64932 from bhpdt/add/mkl-service
pythonPackages.mkl-service: init at 2.1.0
2019-07-25 12:04:17 +02:00
Frederik Rietdijk
34eebf6844 Merge master into staging-next 2019-07-25 11:52:18 +02:00
Frederik Rietdijk
3d00d8e4ee pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
Temporary attribute until we can get rid of it everywhere.

This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
Wael Nasreddine
a8f174ff7c buildBazelPackage: autodetect nix toolchain instead of Xcode on Darwin (#65308)
* buildBazelPackage: autodetect nix toolchain instead of Xcode on Darwin

* do not export the variables outside of Darwin

* remove unecessary parens

* move comment within the darwin check
2019-07-25 11:43:45 +02:00
Orivej Desh
6d6e2181d6 gflags: update pname 2019-07-25 09:27:43 +00:00
Orivej Desh
32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Orivej Desh
b5d1d50aa9 google-gflags: move to aliases.nix
google-gflags were renamed to gflags in 2012:
https://github.com/gflags/gflags/#25-january-2012

gflags.name will be updated in staging.
2019-07-25 09:18:32 +00:00
Jörg Thalheim
2f55e705e2
Merge pull request #65365 from jonringer/moto-meta
pythonPackages.moto: fix description
2019-07-25 10:10:59 +01:00
Jörg Thalheim
8044f32219
Merge pull request #61816 from Izorkin/nginxMainline
nginxMainline: 1.16.0 -> 1.17.2
2019-07-25 10:01:59 +01:00
Jonathan Ringer
e557e7a12a pythonPackages.moto: fix description 2019-07-25 01:47:10 -07:00
Mario Rodas
f5cbc1a197
Merge pull request #65302 from xrelkd/update/eksctl
eksctl: 0.2.0 -> 0.2.1
2019-07-25 03:38:20 -05:00
Wael M. Nasreddine
d99c6ccece
jsondiff: patch setup.py to prevent creating bin/jsondiff
pythonPackages.jsonpatch also creates bin/jsondiff, and packages
depending on both are not usable.
2019-07-24 22:33:31 -07:00
Wael M. Nasreddine
c555bc38a3
jsondiff: 1.1.2 -> 1.2.0 2019-07-24 22:33:30 -07:00
Orivej Desh
57d5b0be29 slirp4netns: 0.3.0-alpha.2 -> 0.3.0 2019-07-25 03:33:13 +00:00
Mario Rodas
b5f5c97f7d
Merge pull request #64245 from turboMaCk/tools-rust/cargo-generate
cargo-generate: init at 0.3.0
2019-07-24 18:57:18 -05:00
worldofpeace
90ccc1c20c
Merge pull request #65236 from suhr/klystrack
klystrack: init at 1.7.6
2019-07-24 19:14:52 -04:00
Сухарик
88f163ef9a klystrack: init at 1.7.6 2019-07-25 02:07:02 +03:00
worldofpeace
2bcc9260e4
Merge pull request #65315 from GRBurst/protonmail-bridge
protonmail-bridge: 1.1.5 -> 1.1.6
2019-07-24 18:35:41 -04:00
GRBurst
c4cebed811 protonmail-bridge: 1.1.5 -> 1.1.6 2019-07-24 18:34:34 -04:00
Marek Fajkus
02d79ced90 cargo-generate: init at 0.3.0 2019-07-24 23:55:20 +02:00
josephtheengineer
cec27ceabc kitty: fix wayland support (EGL: Library not found) 2019-07-25 07:51:06 +10:00