Commit Graph

166525 Commits

Author SHA1 Message Date
Frederik Rietdijk
42d276c6b8 Merge staging-next into staging 2019-01-15 16:59:03 +01:00
Frederik Rietdijk
ab8e72b7bb Merge master into staging-next 2019-01-15 16:57:18 +01:00
Vladyslav Mykhailichenko
36c904d637 hexyl: 0.3.1 -> 0.4.0 2019-01-15 17:50:24 +02: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
Will Dietz
15d8f837c6
Merge pull request #53975 from dtzWill/update/aminal-0.8.6
aminal: 0.8.5 -> 0.8.6
2019-01-15 07:50:58 -06:00
Tor Hedin Brønner
380bd3b280
Merge pull request #53967 from Ma27/fix-osquery
osquery: fix build
2019-01-15 14:34:07 +01:00
Michael Weiss
8d8ed93725
swaylock: init at 1.2 2019-01-15 13:34:18 +01:00
Michael Weiss
813164e0cd
swayidle: init at 1.1 2019-01-15 13:15:37 +01:00
Robert Hensing
db70173627 Revert "nixos/modules/misc/nixpkgs.nix: Use pure Nixpkgs function"
As a workaround for #51025 and
https://github.com/NixOS/nix/issues/1232

This reverts commit 5f894a67f5.
2019-01-15 13:11:09 +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
Robert Schütz
d6c86cb4f0 seafile-client: 6.2.9 -> 6.2.10 2019-01-15 11:16:05 +01:00
Robert Schütz
862f762708 seafile-shared: 6.2.9 -> 6.2.10 2019-01-15 11:14:25 +01:00
worldofpeace
ac69c6ce7a
Merge pull request #53937 from elohmeier/fava19
fava: 1.7 -> 1.9
2019-01-15 04:42:12 -05: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
8e24aa9149 honcho: native fixes 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
Enno Lohmeier
034e4a0f56 fava: 1.7 -> 1.9 2019-01-15 10:06:33 +01:00
Gabriel Ebner
49db581e8c elan: 0.7.1 -> 0.7.2 2019-01-15 10:05:45 +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
Austin Seipp
ee3949d720 nextpnr: use qtbase-5.11 instead of 5.12
This fixes a bizarre regression in the NextPNR GUI that causes the
background of the OpenGL floorplanning window to become 'transparent' on
certain platforms, greatly limiting its utility. However, QT 5.11 seems
to work just fine here.

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
Jörg Thalheim
04f6a6b758
Merge pull request #53196 from ptman/master
weechat-matrix-bridge: 2018-05-29 -> 2018-11-19
2019-01-14 23:20:18 +00: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
709c6c46b9 pipreqs: init at 0.4.9 2019-01-15 00:06:49 +01:00
nagato.pain
14840a99b1 pythonPackages.yarg: init at 0.1.9 2019-01-15 00:05:26 +01:00
Will Dietz
dd6aae6209 aminal: 0.8.5 -> 0.8.6
https://github.com/liamg/aminal/releases/tag/v0.8.6
2019-01-14 16:51:38 -06: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
Maximilian Bosch
95ba4fbe4d
Merge pull request #53968 from avdv/nano-syntax-enabled
programs/nano: Generate nanorc if `syntaxHighlight` enabled
2019-01-14 23:41:48 +01:00
Claudio Bley
4dbf45bc5e programs/nano: Generate nanorc if syntaxHighlight enabled
* prepend a newline to the `include` directive
* generate the nanorc by default, since `cfg.syntaxHighlight` is `true`
2019-01-14 23:27:04 +01:00
Maximilian Bosch
65f08fc212
osquery: fix build
It seems as without the appropriate linker flag `-lcrypto` the
`libcrypto.sh` can't be found by `ld` which broke one of the linker
processes during compilation.

See also https://hydra.nixos.org/build/87208819
2019-01-14 23:03:50 +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
Johannes Frankenau
7788e5d536 darktable: 2.4.4 -> 2.6.0 2019-01-14 22:41:16 +02:00
Michael Weiss
0dc4a9bb50
android-studio: 3.2.1.0 -> 3.3.0.20
androidStudioPackages.beta: 3.3.0.19 -> 3.3.0.20
2019-01-14 20:42:04 +01:00
Franz Pletz
d947944d70
Merge pull request #53962 from elseym/sonarr
sonarr service: add more options to module
2019-01-14 19:33:58 +00:00
Franz Pletz
e60121566b
Merge pull request #53961 from elseym/nzbget
nzbget service: fix preStart script and add more options to module
2019-01-14 19:31:49 +00:00
elseym
44e1aabd02
nzbget service: fix preStart script and add more options to module 2019-01-14 20:30:44 +01:00