Commit Graph

59269 Commits

Author SHA1 Message Date
Frederik Rietdijk
42d276c6b8 Merge staging-next into staging 2019-01-15 16:59:03 +01:00
Will Dietz
1f0467005d openblas: 0.3.4 -> 0.3.5, rework a bit (#53972)
* openblas: simplify a bit, fix doCheck so tests are enabled non-cross.

* doCheck should be 'true' in (at least) the non-cross case,
  this looks like an inverted check that's largely benign
* doCheck will be set to 'false' in the cross case anyway,
  makeDerivation does this IIRC
* targetPrefix can be used without checking, probably by design

Derivation hash does change but no "real" functionality change intended.

* openblas: nix types for config attrs (hash-preserving)

* openblas: more nix-ification, merge in cross attrs, prefer to always set

(but set appropriately for cross and non-cross cases both)

* I'm not sure what NO_BINARY_MODE does,
  this change now sets explicitly false in the non-cross scenario
  (previously unset unless cross).
* Drop musl NO_AFFINITY case, will be removed in upgrade shortly

* openblas: 0.3.4 -> 0.3.5
2019-01-15 16:36:07 +01:00
Tor Hedin Brønner
befac4ae4b
Merge pull request #53960 from dtzWill/update/gtk-3.24.3
gtk3: 3.24.2 -> 3.24.3
2019-01-15 15:38:16 +01:00
Jörg Thalheim
e8c9962957
Merge pull request #53895 from marsam/fix-python-black
pythonPackages.black: fix build
2019-01-15 10:46:32 +00:00
Frederik Rietdijk
5a3670b83c pythonPackages: fix native / check inputs 2019-01-15 10:16:12 +01:00
Frederik Rietdijk
15396247ca python.pkgs.scikitlearn: 0.20.0 -> 0.20.2 2019-01-15 10:16:11 +01:00
Frederik Rietdijk
45e6cb3b76 python: Cython: 0.29.1 -> 0.29.2 2019-01-15 10:16:11 +01:00
Frederik Rietdijk
4af059cd15 gnome-doc-utils: fix native deps 2019-01-15 10:16:11 +01:00
Frederik Rietdijk
05232abbbc python.pkgs.pkgconfig: hardcode path to pkg-config 2019-01-15 10:16:11 +01:00
Frederik Rietdijk
c5d99308de buildPython*: fix nativeBuildInputs 2019-01-15 10:16:11 +01:00
Frederik Rietdijk
05ee1015bb openblas: fix cross-compilation 2019-01-15 10:11:33 +01:00
Austin Seipp
564653f91d ocamlPackages.zarith: use buildOcaml instead of mkDerivation
This has two main advantages:

  - By setting hasSharedObjects = true, buildOcaml will automatically
include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent
expressions. This is needed to pick up dllzarith.so properly which is
shipped as part of the library.

  - We can kill the ugly assert in the expression and instead change it
to use minimumSupportedOcamlVersion.

(Note: this was reverted in b44d5136e8, but the change is
exactly equivalent -- I wasn't sure what impact zarith might actually
have without checking OfBorg, which I wanted to do first.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 01:28:11 -06:00
Austin Seipp
b44d5136e8 Revert "ocamlPackages.zarith: use buildOcaml instead of mkDerivation"
This reverts commit 9d5a7af4e5.
2019-01-15 00:35:11 -06:00
Austin Seipp
9d5a7af4e5 ocamlPackages.zarith: use buildOcaml instead of mkDerivation
This has two main advantages:

  - By setting hasSharedObjects = true, buildOcaml will automatically
include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent
expressions. This is needed to pick up dllzarith.so properly which is
shipped as party of the library.

  - We can kill the ugly assert in the expression and instead change it
to use minimumSupportedOcamlVersion.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 00:33:59 -06:00
Orivej Desh
d6f401e132 llvm_6, llvm_7: build all default targets (#53941)
This makes LLVM tools (including dependent tools such as LLD) readily useful in
more situations, foresees such needed additions as BPF and NVPTX, and brings
llvm_6 and newer on par with the current default llvm_5.
2019-01-15 04:59:49 +00:00
Mario Rodas
7412dc5fae
pythonPackages.black: fix build
* Add aiohttp to dependencies, because `blackd` requires it.
* Fix darwin build.
2019-01-14 21:26:23 -05:00
worldofpeace
263bc89c1b
Merge pull request #53000 from andrew-d/andrew/vala-no-graphviz
vala_0_38, vala_0_40, vala_0_42: add configuration to disable graphviz (to reduce closure size)
2019-01-14 20:08:22 -05:00
Robert Schütz
05fda1f94d
Merge pull request #53865 from jethrokuan/fix/calibre
calibre: cssutils -> css-parser
2019-01-15 00:48:52 +01:00
Will Dietz
be445a9074 pythonPackages.munkres: 1.0.6 -> 1.0.12 (#53971)
* re-enable tests
* fetch from github, no sdist on pypi
2019-01-15 00:24:12 +01:00
Will Dietz
be034bab3b pythonPackages.pytestrunner: fix homepage (#53970) 2019-01-15 00:17:09 +01:00
Robert Schütz
77c6ca2c1a
Merge pull request #52647 from PsyanticY/pipreqs-2
pipreqs: init at 0.4.9 | pythonPackage.yarg: init at 0.1.9
2019-01-15 00:10:40 +01:00
nagato.pain
14840a99b1 pythonPackages.yarg: init at 0.1.9 2019-01-15 00:05:26 +01:00
Roman Volosatovs
8b925a8f32 mbed-cli: init at 1.8.3 (#53954) 2019-01-14 23:47:12 +01:00
Robert Schütz
80290b95b8
Merge pull request #53947 from m-labs/for-upstream
pythonPackages.pyvcd: init at 0.1.4
2019-01-14 23:42:46 +01:00
Timo Kaufmann
c74b019ab2
python.pkgs.cypari2: fix build (#53966)
Broken by a typo in f665828fa3 causing the
sitePackages path to be wrong.
2019-01-14 22:50:27 +01:00
Will Dietz
2002b8a463 gtk3: 3.24.2 -> 3.24.3
* Drop patches, now included!
* Fixes system tray icon madness w/awesomeWM (and others?),
  oh joyous day what a time to be alive :)
  (parent_relative fixups, been using for a while, woohoo!)
2019-01-14 11:53:52 -06:00
Sebastien Bourdeauducq
31cd0f8060 pythonPackages.pyvcd: init at 0.1.4 2019-01-15 00:30:04 +08:00
Pierre-Étienne Meunier
90ed386897 Adding webpack-cli to the node packages 2019-01-14 17:28:26 +02:00
worldofpeace
9956234c67
Merge pull request #53507 from marsam/update-pytest-rerunfailures
pythonPackages.pytest-rerunfailures: 4.2 -> 5.0
2019-01-14 10:16:50 -05:00
Jan Tojnar
01dbf4368d
libcloudproviders: 0.2.5 → 0.3.0 2019-01-14 15:50:32 +01:00
worldofpeace
d9073ee355
Merge pull request #53928 from nyanloutre/python-qrcode-update
pythonPackages.qrcode: 6.0 -> 6.1
2019-01-14 07:33:58 -05:00
Gabriel Ebner
7f6ca93029
Merge pull request #53900 from dywedir/tokei
tokei: 8.0.0 -> 9.0.0
2019-01-14 11:07:46 +01:00
Robert Schütz
43dd721fa3
Merge pull request #53797 from nyanloutre/matrix-synapse-upgrade
matrix-synapse: 0.34.0.1 -> 0.34.1.1
2019-01-14 10:03:47 +01:00
nyanloutre
4fc689635a pythonPackages.qrcode: 6.0 -> 6.1
This update fixes checks with python 3
2019-01-14 09:54:18 +01:00
Peter Simons
512bdb02f2 LTS Haskell 13.2
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
e5010211f9.
2019-01-14 09:48:53 +01:00
Andrew Dunham
c52362cd18 vala_0_38, vala_0_40, vala_0_42: add configuration to disable graphviz
This allows building Vala without support for Graphviz; useful for more
minimal installs where we don't want to pull it (and transitively,
pango, gd, etc.) in as a dependency.
2019-01-13 23:33:20 -05:00
Will Dietz
5e2ac7e5fd llvm6: enable BPF target here as well 2019-01-13 21:30:24 -06:00
Will Dietz
3054cbd3f2 llvm: include BPF target too, otherwise can't build bcc 2019-01-13 20:59:09 -06:00
Will Dietz
52d7d5efed
Merge pull request #53655 from dtzWill/update/libunwind-1.3.0
libunwind: 1.2.1 -> 1.3.1
2019-01-13 17:23:28 -06:00
R. RyanTM
22b7449aac python37Packages.memory_profiler: 0.54.0 -> 0.55.0 (#53541)
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-memory_profiler/versions
2019-01-13 23:30:50 +01:00
Vladyslav M
8afbd89edb
Merge pull request #53870 from colemickens/fmt-530
fmt: 5.2.1 -> 5.3.0
2019-01-14 00:28:45 +02:00
Kévin Rauscher
d6fc1163e8 bloop: 1.1.2 -> 1.2.1 (#53093) 2019-01-13 23:17:16 +01:00
Vladyslav Mykhailichenko
2e03f923f7
tokei: 8.0.0 -> 9.0.0 2019-01-14 00:06:21 +02:00
R. RyanTM
ac38750e32 ocamlPackages.rope: 0.6 -> 0.6.1 (#52829)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-rope/versions
2019-01-13 22:39:55 +01:00
Mario Rodas
b1957d6428 detect-secrets: 0.11.0 -> 0.11.4 (#53893) 2019-01-13 22:31:10 +01:00
xeji
39af949542
Merge pull request #53778 from etu/php-upgrades
php71: 7.1.25 -> 7.1.26, php72: 7.2.13 -> 7.2.14
2019-01-13 21:42:10 +01:00
R. RyanTM
f9bd153377 python37Packages.numpy-stl: 2.7.0 -> 2.9.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/python3.7-numpy-stl/versions
2019-01-13 20:08:17 +01:00
R. RyanTM
303490dec5 python37Packages.pysmi: 0.3.2 -> 0.3.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-pysmi/versions
2019-01-13 20:07:52 +01:00
Peter Simons
b661d8dcc0
Merge pull request #53790 from romildo/fix.HaTeX
haskellPackages.HaTeX: jailbreak
2019-01-13 17:52:18 +01:00
Peter Simons
c921228126
Merge pull request #53789 from romildo/fix.wl-pprint-extras
haskellPackages.wl-pprint-extras: jailbreak
2019-01-13 17:51:16 +01:00