Commit Graph

53393 Commits

Author SHA1 Message Date
Bas van Dijk
b2042983ef
Merge pull request #46956 from Taneb/sbv-fix-z3
haskellPackages.sbv: fix location of z3 executable
2018-09-20 14:03:36 +02:00
Nathan van Doorn
c8598daad4 haskellPackages.sbv: fix location of z3 executable
A lot of the functionality of the z3 library depends on it being able to
find the z3 executable on $PATH. Hard-coding it here means it will never
be unable to find it and z3 doesn't need to pollute $PATH.
2018-09-20 11:45:16 +01:00
Sarah Brofeldt
280ebc2e40
Merge pull request #46906 from vbgl/ocaml-cohttp-1.1.1
ocamlPackages.cohttp: 1.0.2 -> 1.1.1
2018-09-20 10:01:48 +02:00
Jörg Thalheim
3388263e82
Merge pull request #46752 from rvolosatovs/feature/gotools
Gotools etc. update, remove goimports
2018-09-20 08:16:43 +01:00
Will Dietz
254218bffb pahole: (??) -> v1.12, cleanup (#46913)
(roughly 2015-09-15 -> 2018-08-16)
2018-09-20 00:28:05 +02:00
Will Dietz
d6b9252d67 editline: 1.15.3 -> 1.16.0 (#46897)
https://github.com/troglobit/editline/releases/tag/1.16.0
2018-09-19 23:55:50 +02:00
xeji
f3a0c8a3aa
pythonPackages.nilearn: disable still failing tests (#46918)
A previous attempt to fix tests failing on some machines (#46850)
was unsuccessful, they still failed on Hydra sometimes while
succeeding locally. Revert #46850 and disable these tests instead.
2018-09-19 23:50:22 +02:00
Peter Simons
6e4c666a67 git-annex: update sha256 hash for new version 6.20180913 2018-09-19 21:04:41 +02:00
Peter Simons
c18a0becf2 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1 from Hackage revision
439b9af37f.
2018-09-19 21:04:41 +02:00
Peter Simons
72e2ab2c72 cabal2nix: update yaml override to the latest version 2018-09-19 21:04:41 +02:00
Michael Alan Dorman
c5467e8f73 cabal-install: use newer version of Cabal library 2018-09-19 21:04:41 +02:00
Peter Simons
4b129a73db hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1 from Hackage revision
d5215acecc.
2018-09-19 21:04:41 +02:00
Peter Simons
234a24cbeb LTS Haskell 12.10 2018-09-19 21:04:40 +02:00
Peter Simons
3c95fb13ee
Merge pull request #46893 from costrouc/costrouc/pandoc-crossref-refactor
haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
2018-09-19 20:50:50 +02:00
Chris Ostrouchov
e1ed5b26c9
haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
Author acknowleges test failing (change when no longer 0.3.2.1).
https://github.com/lierdakil/pandoc-crossref/issues/199
2018-09-19 14:47:41 -04:00
Vincent Laporte
a3c820d79c
ocamlPackages.cohttp: 1.0.2 -> 1.1.1 2018-09-19 16:50:21 +00:00
John Ericson
aff090292c
Merge pull request #46905 from obsidiansystems/zlib-ios
zlib: Fix iOS cross build
2018-09-19 12:49:09 -04:00
John Ericson
cc83d59333 zlib: Fix iOS cross build
1. CHOST is how one specifies the cross host platform with this
  non-standard configure script. We were just getting lucky with Linux
  cross.

  2. install_name_tool needs the the binutils prefix.
2018-09-19 12:10:09 -04:00
xeji
c9969162ab
czmq: 4.0.2 -> 4.1.1 (#46855) 2018-09-19 16:15:51 +02:00
xeji
970393c34a
pythonPackages.nilearn: fix test_signal tests (#46850)
These tests failed on some machines, probably due to lower arithmetic
presicion. Reduce required precision from 13 to 8 decimal digits.
2018-09-19 16:15:02 +02:00
Jörg Thalheim
b224eef108 python3.pkgs.typeguard: fix builds by applying utf-8 locales
ZHF #45960
2018-09-19 15:11:31 +01:00
Uli Baum
08b94e3c45 Revert "iasl: 20180313 -> 20180629 (#46272)"
This reverts commit 11d0ae36326ebe127ae9d5637d3cfbf4aa741714.

It broke xen.
2018-09-19 12:03:44 +02:00
Benjamin Hipple
426c2856d7 pythonPackages.python-binance: init at 0.7.0
Library for communicating with the Binance REST API.
2018-09-18 21:44:27 -04:00
John Ericson
f4be0b45dd
Merge pull request #46872 from obsidiansystems/cross-haskell-ar-flag
haskell infra: Also pass `--with-ar` in cross builds
2018-09-18 19:14:13 -04:00
John Ericson
750933a17c haskell infra: Also pass --with-ar in cross builds 2018-09-18 18:49:58 -04:00
John Ericson
35378f0141
Merge pull request #46857 from obsidiansystems/darwin-to-linux-prep
misc pkgs: various cross fixes in preparation for darwin->linux
2018-09-18 16:52:30 -04:00
John Ericson
2091133e78 gcc: Clarify Disabling libmpx in cross stage static
This isn't a MUSL thing, but just needed for cross compilation to x86.
No one had tried this when all cross compilation was to linux + glibc,
hence why no one noticed this until recently.
2018-09-18 16:27:04 -04:00
John Ericson
2111e7b742 mkDerivation: Make separateDebugInfo assertion lazier to match other assertions
This is needed to access attributes of derivations on platforms where
they cannot be built.
2018-09-18 16:25:19 -04:00
Bas van Dijk
8228c787b4
Merge pull request #46837 from Taneb/JuicyPixels-docs
haskellPackages.JuicyPixels: re-enable Haddock
2018-09-18 21:46:06 +02:00
Frederik Rietdijk
3126be4308
Merge pull request #46627 from costrouc/costrouc/dask-extensions
pythonPackages.dask-*: init
2018-09-18 19:24:49 +02:00
R. RyanTM
11d0ae3632 iasl: 20180313 -> 20180629 (#46272)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
iasl
2018-09-18 19:16:37 +02:00
Assassinkin
de9fb389f4 pythonPackages.fuse: 0.2.1 -> 0.3.1 | refactor | python3 support 2018-09-18 19:05:34 +02:00
Roger Qiu
31554915a4 pythonPackages.bjoern: init at 2.2.2 2018-09-18 18:51:51 +02:00
R. RyanTM
9cfbcc28d0 gmock: 1.8.0 -> 1.8.1 (#46273)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gtest
2018-09-18 18:24:08 +02:00
R. RyanTM
c9a8631201 ocamlPackages.js_of_ocaml: 3.2.0 -> 3.2.1 (#46263)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
js_of_ocaml
2018-09-18 18:10:42 +02:00
Graham Christensen
301109a2dd
elf-header-real: fixup outputsToInstall 2018-09-18 10:51:47 -04:00
Nathan van Doorn
d6dc56180b
haskellPackages.JuicyPixels: re-enable Haddock
This was made to avoid an issue which was fixed in `3.2.9.3`. The version currently in `nixpkgs 18.03` is `3.2.9.4`, which includes this fix.
2018-09-18 15:29:58 +01:00
Bas van Dijk
0a30853461
Merge pull request #46512 from michaelpj/imp/haskell-benchmarks
haskell lib: add --enable-benchmarks in doBenchmark
2018-09-18 14:57:03 +02:00
Jörg Thalheim
ad11711387
Merge pull request #46829 from adamtulinius/patch-3
pythonPackages.gmpy: update homepage
2018-09-18 13:55:02 +01:00
Adam Finn Tulinius
c7e35b256c
pythonPackages.gmpy2: update homepage 2018-09-18 14:29:48 +02:00
Jörg Thalheim
96757b7181
Merge pull request #46279 from r-ryantm/auto-update/godot
godot: 3.0.4 -> 3.0.6
2018-09-18 13:27:00 +01:00
Adam Finn Tulinius
74d1f4c20b
pythonPackages.gmpy: update homepage 2018-09-18 14:25:28 +02:00
Jörg Thalheim
99d05a6a6f
Merge pull request #46287 from r-ryantm/auto-update/flow
flow: 0.79.0 -> 0.80.0
2018-09-18 13:23:51 +01:00
Jörg Thalheim
06a45d6b33
Merge pull request #46823 from dywedir/pgcli
pgcli: 1.6.0 -> 1.10.3, pythonPackages.pgspecial: 1.8.0 -> 1.11.2
2018-09-18 13:19:44 +01:00
Vladyslav Mykhailichenko
56b59b250f pgcli: 1.6.0 -> 1.10.3 2018-09-18 14:08:26 +03:00
Vladyslav Mykhailichenko
336a913f42 pythonPackages.pgspecial: 1.8.0 -> 1.11.2 2018-09-18 14:00:59 +03:00
Adam Finn Tulinius
b3bb82c186
coreclr: update homepage
Repology reports the current homepage down for more than a month. Link to the GitHub repo instead.
2018-09-18 12:47:37 +02:00
Jörg Thalheim
7d39e99a1e
Merge pull request #46316 from erosennin/psycopg-2.7.5
pythonPackages.psycopg2: 2.7.1 -> 2.7.5
2018-09-18 11:33:06 +01:00
Jörg Thalheim
947ae71dce
Merge pull request #46547 from ivanbrennan/r-devtools
git2r: add SSH support
2018-09-18 10:10:29 +01:00
Roger Qiu
9f3c27a104 makefile2graph: init at 2018-01-03 (#46136) 2018-09-18 08:03:14 +00:00