Jörg Thalheim
3d6e86f77e
Merge pull request #52519 from risicle/ris-cf-cli-platforms
...
cloudfoundry-cli: fix build on multiple platforms, notably darwin. also bump -> 6.41.0
2018-12-21 13:28:45 +01:00
Michael Raskin
02ce974d04
python2Packages.wptserve: fix build
2018-12-21 13:21:50 +01:00
Vincent Laporte
e0561cbadd
coqPackages.Verdi: fix build
2018-12-21 12:37:04 +01:00
Vincent Laporte
1d5059c5e6
coqPackages.InfSeqExt: fix build
2018-12-21 12:37:04 +01:00
Vincent Laporte
954bc20786
coqPackages.Cheerios: fix build
2018-12-21 12:37:04 +01:00
Vincent Laporte
5a12bedbfa
coqPackages.StructTact: fix build
2018-12-21 12:37:04 +01:00
Robert Scott
9046038d6c
cloudfoundry-cli: 6.37.0 -> 6.41.0
2018-12-21 09:56:15 +00:00
Robert Scott
8e5c4a4c1d
cloudfoundry-cli: output to "bin" output, don't "remove-references-to"
2018-12-21 09:56:15 +00:00
Robert Scott
61fad2cdce
cloudfoundry-cli: fix build on multiple platforms, notably darwin, to produce correct binary for target
2018-12-21 09:56:14 +00:00
Ben Wolsieffer
306a07f8d4
pythonPackages.behave: fix build on Python 2.7
2018-12-21 09:59:36 +01:00
Jörg Thalheim
09eeebad26
Merge pull request #52610 from lopsided98/python-github3-cleanup
...
pythonPackages.github3_py: cleanup
2018-12-21 09:42:41 +01:00
Ben Wolsieffer
7c995f1227
pythonPackages.github3_py: cleanup
2018-12-21 00:26:15 -05:00
Samuel Dionne-Riel
3c38cc8058
Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1
...
aarch64: ZHF for aarch64 (1/??)
2018-12-20 21:06:52 -05:00
Maximilian Bosch
a2389cc318
Merge pull request #52587 from plapadoo/liquibase-temporary-fix-jars
...
liquibase: fix missing dependencies
2018-12-21 02:19:26 +01:00
Timo Kaufmann
64b9df085d
Revert "python: cypari2: 1.3.1 -> 2.0.0" ( #52596 )
...
This reverts commit 7c9ca65480
. The
cypari2 update is not ready. The package is pretty much only used for
sage and the update causes problems:
https://trac.sagemath.org/ticket/26442#comment:33
I've already reverted this once before.
2018-12-20 23:51:48 +01:00
Michael Weiss
ba8dbbd010
pythonPackages.raven: 6.9.0 -> 6.10.0
2018-12-20 20:54:29 +01:00
Philipp Middendorf
7d270d993b
liquibase: fix missing dependencies
2018-12-20 20:40:34 +01:00
Maximilian Bosch
f7daa8ec48
Merge pull request #52214 from marsam/update-mruby
...
mruby: 1.4.1 -> 2.0.0
2018-12-20 20:14:34 +01:00
Jörg Thalheim
eaeb20dd09
Merge pull request #52570 from tg-x/tparsec-2018-11-09
...
idrisPackages.tparsec: 2018-06-26 -> 2018-11-09
2018-12-20 20:08:20 +01:00
Jörg Thalheim
1bb56620b5
Merge pull request #52567 from guibou/gcompris-0.95
...
gcompris: 0.91 -> 0.95
2018-12-20 20:07:41 +01:00
Herwig Hochleitner
d06770b9a0
allegro5: fix build for mesa 18.2.5
...
mesa 18.2.5, introduced in 6b490ee296
changed some private headers, that allegro is relying on. This fix backports
the relevant commit from allegro upstream
cc @7c6f434c
2018-12-20 20:06:11 +01:00
Maximilian Bosch
539679ff35
Merge pull request #52222 from r-ryantm/auto-update/librealsense
...
librealsense: 2.16.4 -> 2.17.0
2018-12-20 20:04:33 +01:00
Jörg Thalheim
e166aca694
Merge pull request #52566 from LumiGuide/fix-openblas-darwin
...
openblas: fix build on x86_64-darwin
2018-12-20 18:44:18 +01:00
Jörg Thalheim
6bcfd5cfb3
Merge pull request #52569 from alyssais/qyliss-ruby
...
Make myself a Ruby maintainer
2018-12-20 18:42:31 +01:00
Guillaume Bouchard
4043e157f5
qml-box2d: 2018-03-16 -> 2018-04-06
2018-12-20 16:08:53 +01:00
TG ⊗ Θ
551ffccf98
idrisPackages.tparsec: 2018-06-26 -> 2018-11-09
2018-12-20 15:52:20 +01:00
Robert Schütz
256deeb33e
python.pkgs.pathpy: improve expression
2018-12-20 15:49:15 +01:00
Alyssa Ross
dafdadda3a
Merge pull request #52440 from alyssais/bundler
...
bundler: 1.17.1 -> 1.17.2
2018-12-20 14:34:02 +00:00
Alyssa Ross
843b40ff6b
bundix: add qyliss (me) to maintainers
2018-12-20 14:31:13 +00:00
R. RyanTM
82dbdad654
python37Packages.flask_migrate: 2.3.0 -> 2.3.1 ( #52117 )
...
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-flask-migrate/versions
2018-12-20 15:28:50 +01:00
Mathieu Boespflug
53e8258a45
bazel: fix sandbox execution
...
Bazel runs actions in a sandbox by default on Darwin and Linux.
However, the sandboxing was always and *silently* disabled previously,
because a Bazel feature test was always failing. The feature test
involved running `/bin/true` inside a sandbox. But on NixOS,
`/bin/true` does not exist...
2018-12-20 15:18:34 +01:00
adisbladis
a5a537d515
Merge pull request #52047 from asymmetric/solc-lll
...
solc: disable LLL installation
2018-12-20 13:21:52 +00:00
Bas van Dijk
72eae72223
openblas: fix build on x86_64-darwin
...
See: https://github.com/xianyi/OpenBLAS/issues/1926
2018-12-20 13:25:44 +01:00
Timo Kaufmann
51fdee8b92
pythonPackages.jupytext: init at 0.8.4 ( #52545 )
2018-12-20 12:18:30 +01:00
Bas van Dijk
6267a02d9c
opencv4: fix OpenCV issue 13207
...
This is the same fix as for opencv3 in commit:
2572dd11accf701feeefd6fd4ee45be98cb47016
2018-12-20 10:49:40 +01:00
Bas van Dijk
49965e61d7
opencv3: fix OpenCV issue 13207
...
See: https://github.com/opencv/opencv/pull/13232
This also fixes the test of haskell-opencv HEAD where we got the
following error:
Feature Detection
houghLinesP:
libgomp: Out of memory allocating 927712937064 bytes
Test suite test-opencv: FAIL
2018-12-20 10:49:40 +01:00
Vincent Laporte
881bec3238
coqPackages.coqprime: enable for Coq 8.9
2018-12-20 10:43:59 +01:00
R. RyanTM
bf53bea9e4
opencollada: 1.6.67 -> 1.6.68
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencollada/versions
2018-12-19 19:24:36 -05:00
Jan Tojnar
d0546f0a1b
libgrss: fix updateScript
2018-12-20 00:28:50 +01:00
Jan Tojnar
e69ee9b53e
buildPython*: simplify updateScript
...
updateScript accepts a list, in which case, it will execute the head with the
tail as arguments. Switching to this style will allow us to get rid of the need
to create extra script doing just that.
2018-12-20 00:28:49 +01:00
R. RyanTM
ca5ee6dfb7
python37Packages.kafka-python: 1.4.3 -> 1.4.4
...
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-kafka-python/versions
2018-12-19 18:07:22 -05:00
R. RyanTM
eeb00cc570
python37Packages.dominate: 2.3.4 -> 2.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/python3.7-dominate/versions
2018-12-19 18:05:20 -05:00
Herwig Hochleitner
77293ac160
Revert "python: azure-mgmt-storage: 0.20.0 -> 3.0.0"
...
This reverts commit 95569262bb
.
https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
Herwig Hochleitner
88559cb49e
Revert "python: azure-mgmt-resource: 0.20.1 -> 2.0.0"
...
This reverts commit 4218dc2ba7
.
https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
Herwig Hochleitner
cda0e2b7ec
Revert "python: azure-mgmt-nspkg: 1.0.0 -> 3.0.2"
...
This reverts commit 8d58469a61
.
https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
Herwig Hochleitner
ab88bd38eb
Revert "python: azure-mgmt-network: 0.20.1 -> 2.2.1"
...
This reverts commit a944d0fcc8
.
https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
Herwig Hochleitner
e388eb974c
Revert "python: azure-mgmt-compute: 0.20.0 -> 4.3.1"
...
This reverts commit 2e2916b647
.
https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
R. RyanTM
fb61d7a70b
python37Packages.sphinxcontrib-bibtex: 0.4.0 -> 0.4.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-sphinxcontrib-bibtex/versions
2018-12-19 17:58:56 -05:00
R. RyanTM
1e0d7f99f1
python37Packages.google_cloud_vision: 0.34.0 -> 0.35.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-google-cloud-vision/versions
2018-12-19 17:57:00 -05:00
Timo Kaufmann
979b88b2bc
pythonPackages.pathpy: skip performance test ( #52548 )
...
The test may fail non-deterministically, as it does right now on hydra.
2018-12-19 23:53:17 +01:00