worldofpeace
9096648a2e
Revert "Revert "gtk-doc: fix css file permissions""
...
This reverts commit 451be596d3f640426736b6c1bbc19deaac1008aa.
2019-06-03 15:54:46 -04:00
worldofpeace
93cac33f95
Revert "Revert "gtk-doc: build with meson""
...
This reverts commit 7c1568645bb8eb7cba5d408eedaffa9982514541.
2019-06-03 15:54:27 -04:00
worldofpeace
7d1ac249df
Revert "Revert "gtk-doc: 1.29 -> 1.30""
...
This reverts commit b41ef4c7ba3208b2b0f041cfedc7d0628c5a5181.
2019-06-03 15:54:04 -04:00
Benjamin Esham
3a6217cb34
perlPackages.ImageExifTool: 11.30 -> 11.48
2019-06-03 15:28:14 -04:00
Matthew Bauer
8c09536ef1
Merge pull request #62622 from matthewbauer/zoom-us-ld-preload
...
zoom-us: set LD_PRELOAD=.../v4l2convert.so
2019-06-03 15:07:38 -04:00
Sébastien Maret
39a3ad3dce
gildas: 20190501_a -> 20190601_b
2019-06-03 21:07:00 +02:00
Izorkin
3e567d2567
phpPackages.couchbase: 2.6.0 -> 2.6.1
2019-06-03 22:03:22 +03:00
Izorkin
6128cfac0e
phpPackages.protobuf: 3.7.1 -> 3.8.0
2019-06-03 22:02:29 +03:00
Izorkin
d56f064e03
phpPackages.php-cs-fixer: 2.14.2 -> 2.15.1
2019-06-03 22:01:07 +03:00
Izorkin
0854eb5504
phpPackages.imagick: 3.4.3 -> 3.4.4
2019-06-03 21:59:32 +03:00
Izorkin
9c85185b1e
phpPackages.event: 2.5.0 -> 2.5.1
2019-06-03 21:58:35 +03:00
Matthew Bauer
cfec14e1fe
Merge pull request #62334 from Kiwi/hplip
...
hplip: add aarch64-linux to platforms
2019-06-03 14:16:52 -04:00
Сухарик
8686d27086
strategies: init at 0.2.3
2019-06-03 21:05:14 +03:00
Matthew Bauer
64f837491c
Merge pull request #62618 from matthewbauer/talloc-fix
...
proot/talloc fixes
2019-06-03 13:56:55 -04:00
Justin Wood
ece38ce9fb
rebar3: 3.10.0 -> 3.11.1
2019-06-03 13:55:43 -04:00
Matthew Bauer
c3f6b46db6
Merge pull request #60348 from matthewbauer/enchant-updates
...
enchant: 1.6.1 -> 2.2.3
2019-06-03 13:34:16 -04:00
Matthew Bauer
f64d21da21
Merge pull request #56834 from matthewbauer/v8-update
...
v8: 5.4.232 -> 7.4.255
2019-06-03 13:34:04 -04:00
Silvan Mosberger
b9ffded489
jack module: init ( #57712 )
...
jack module: init
2019-06-03 19:18:04 +02:00
Michael Peyton Jones
01d06dc35f
redshift: add geoclue config
...
The geoclue module now lets us set application config. This should make
it more robust in desktop environments that don't define a geoclue
agent.
Fixes #45994 .
2019-06-03 18:13:21 +01:00
Michael Peyton Jones
d3a4a5bd95
localtime: set geoclue config
...
The geoclue module now lets us set application config. This should make
it more robust in environments that don't provide a geoclue agent.
Fixes #44725 .
2019-06-03 18:12:33 +01:00
Matthew Bauer
9d65bb588f
zoom-us: set LD_PRELOAD=.../v4l2convert.so
...
This was needed for my webcam to work with zoom-us. v4l2convert is a
wrapper for apps that only support simple bgr24 or yuv420. For these
apps to support webcams that don’t use those formats, we need to use
LD_PRELOAD to get those symbols. Taken from archlinux wiki:
https://wiki.archlinux.org/index.php/Webcam_setup#V4L1_support
2019-06-03 13:08:45 -04:00
Matthew Bauer
ba76fa91c7
treewide: handle enchant = enchant2
...
patch or provide backup to enchant1 where necessary
2019-06-03 12:47:28 -04:00
Michael Peyton Jones
cf8457d3cc
throttled: init at 0.6
2019-06-03 17:46:53 +01:00
R. RyanTM
6eb0be091c
rabbitmq-server: 3.7.14 -> 3.7.15
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rabbitmq-server/versions
2019-06-03 18:41:49 +02:00
Matthew Bauer
9af84fe525
julia: strip out gfortran refs
...
Fixes #62588
2019-06-03 12:32:17 -04:00
Matthew Bauer
cc582920f2
proot: 20190305 -> 20190510
2019-06-03 12:28:29 -04:00
Matthew Bauer
6c9977f753
waf: only add crossFlags when hostPlatform.system == targetPlatform
...
waf fails otherwise in some weird CHECK_UNAME things
Fixes #62540
2019-06-03 12:28:29 -04:00
Matthew Bauer
9f7bb1f512
python27: add override to build statically
2019-06-03 12:28:25 -04:00
Matthew Glazar
74bb653916
duplicity: speed up testing
...
Apply some upstream duplicity patches which optimize installCheckPhase.
On my laptop, this lowers duplicity's total build time from 8 m 42 s to
6 m 50 s (-21%).
2019-06-03 09:14:41 -07:00
Matthew Glazar
071167e6a9
duplicity: enable tests
...
* Install required tool dependencies ('tar', 'rdiff', etc.)
* Run installed duplicity instead of source tree duplicity
* Fix shebang of scripts in testing/overrides/bin/
* Disable some unhelpful developer-only tests
* Disable a test broken on Linux (root cause unknown)
* Work around low file descriptor soft limit for Darwin builders
2019-06-03 09:14:40 -07:00
Ryan Mulligan
5884dfe5a9
Merge pull request #62581 from r-ryantm/auto-update/uget
...
uget: 2.2.1 -> 2.2.2
2019-06-03 09:05:45 -07:00
Ryan Mulligan
197c759214
Merge pull request #62497 from r-ryantm/auto-update/pdns-recursor
...
pdns-recursor: 4.1.12 -> 4.1.13
2019-06-03 09:05:27 -07:00
Bas van Dijk
1959799d51
strongswan: 5.7.2 -> 5.8.0
2019-06-03 18:01:55 +02:00
Cyril Cohen
547466064e
coqPackages.mathcomp: 1.8.0 -> 1.9.0 and adding real-closed
2019-06-03 15:23:35 +00:00
Mario Rodas
ddaf94d804
ocamlPackages.merlin: 3.2.2 -> 3.3.0
2019-06-03 17:13:37 +02:00
Matthew Bauer
3e96aebf4e
enchant: 1.6.1 -> 2.2.3
...
Moves default enchant to 2.2.3. Release url:
https://github.com/AbiWord/enchant/releases/tag/v2.0.0
Mostly need to verify no breakage occurs for packages using enchant.
2019-06-03 11:13:36 -04:00
Matthew Bauer
be705d8249
pyenchant: mark broken on darwin/macOS
2019-06-03 11:13:35 -04:00
Matthew Bauer
eb0d5fc3f0
pylint: remove pyenchant dependency
...
pyenchant is broken on macOS and also no longer actively developed.
pylint has made this an optional dependency that is no longer part of the
default test suite.
See this issue for more discussion:
https://github.com/PyCQA/pylint/issues/1900
2019-06-03 11:13:35 -04:00
Florian Klink
2812b5ce39
systemd: 239 -> 242 ( #61321 )
...
systemd: 239 -> 242
2019-06-03 16:40:55 +02:00
Mario Rodas
7531309c6e
Merge pull request #62404 from xrelkd/update/cargo-make
...
cargo-make: 0.19.3 -> 0.19.4
2019-06-03 09:12:58 -05:00
Mario Rodas
168d253a00
Merge pull request #62539 from r-ryantm/auto-update/python2.7-python-stdnum
...
python27Packages.python-stdnum: 1.10 -> 1.11
2019-06-03 09:07:01 -05:00
R. RyanTM
a0d1442ed8
python27Packages.python-stdnum: 1.10 -> 1.11
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-python-stdnum/versions
2019-06-03 09:01:40 -05:00
Nikolay Amiantov
28bd05ce62
libsForQt5.qtwebkit-plugins: 2015-05-09 -> 2017-01-25
2019-06-03 17:01:04 +03:00
Nikolay Amiantov
d5b8080332
libxls: 1.4.0 -> 1.5.1
2019-06-03 17:00:38 +03:00
Mario Rodas
15017d6d90
Merge pull request #62547 from r-ryantm/auto-update/python3.7-uncertainties
...
python37Packages.uncertainties: 3.0.3 -> 3.1
2019-06-03 08:54:22 -05:00
Profpatsch
347bf168da
iperf3: symlink manpage to iperf & split man output
...
Closes: https://github.com/NixOS/nixpkgs/issues/62255
2019-06-03 15:51:15 +02:00
R. RyanTM
4ae62e26ea
python37Packages.uncertainties: 3.0.3 -> 3.1.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/python3.7-uncertainties/versions
2019-06-03 08:49:56 -05:00
Mario Rodas
3e8696f7b1
Merge pull request #62543 from r-ryantm/auto-update/python3.7-stripe
...
python37Packages.stripe: 2.27.0 -> 2.29.0
2019-06-03 08:46:07 -05:00
Maximilian Bosch
0dbdb2e21d
Merge pull request #62528 from eadwu/compton/wintypes-conflict
...
compton: try not to conflict wintypes
2019-06-03 15:41:37 +02:00
R. RyanTM
25fb89009f
python37Packages.stripe: 2.27.0 -> 2.29.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/python3.7-stripe/versions
2019-06-03 08:41:20 -05:00