Commit Graph

44540 Commits

Author SHA1 Message Date
Austin Seipp
38bc86ac6c systemtap: add pyparsing deps for 'dtrace' script
Otherwise, if it fails, it fails with a very bad error about not
being able to import ParseException.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-20 14:02:04 -06:00
Vladimír Čunát
1d15dadbec
Merge branch 'master' into staging
Larger rebuilds from master.
2018-02-20 20:33:40 +01:00
Vladimír Čunát
fbe38c7c44
rustc: build with gcc6 on i686
Probably due to the bundled LLVM, so the same error.
2018-02-20 20:31:23 +01:00
Daiderd Jordan
011d3d0dc3
racerd: 2017-02-17 -> 2017-09-15 2018-02-20 19:15:43 +01:00
Will Dietz
e5e29284a9 webos: init novacom, novacomd, cmake-modules; add nixos service 2018-02-20 10:34:19 -06:00
Peter Simons
3cc9445e56 haskell-test-framework-quickcheck2: jailbreak to support ghc-8.4.x 2018-02-20 17:23:05 +01:00
Peter Simons
020471ee6c haskell-optparse-applicative: fix build with ghc-8.4.x 2018-02-20 17:23:04 +01:00
Peter Simons
af173130c6 haskell-here: jailbreak for ghc-8.4.x 2018-02-20 17:23:04 +01:00
Peter Simons
d6f37ff0a5 haskell-doctest: use the latest version when compiling with GHC 8.4.x
This change also requires us to use the latest QuickCheck version in the GHC
8.4.x package set.

Furthermore, the latest version of doctest has a broken test suite that needs
to be disabled for the build to succeed.
2018-02-20 17:21:48 +01:00
Peter Simons
a3c1a66ed7 liquidhaskell: drop obsolete override 2018-02-20 17:21:47 +01:00
Peter Simons
8cfaa55d67 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.8.2-5-gbde1863 from Hackage revision
98679850f4.
2018-02-20 17:21:41 +01:00
Peter Simons
0d7740870d hackage2nix: disable broken Hydra builds 2018-02-20 17:21:21 +01:00
Michael Fellinger
2682ba63bc update rubygems version (#35224) 2018-02-20 16:16:16 +00:00
Joachim F
d6492117c4
Merge pull request #35153 from volth/patch-90
haxe: 3.4.4 -> 3.4.6
2018-02-20 15:47:24 +00:00
Joachim F
1aa37773c3
Merge pull request #35104 from izuk/dart
dart: 1.16.1 -> 1.24.3
2018-02-20 13:23:29 +00:00
Jörg Thalheim
825ff649b5
Merge pull request #34161 from leenaars/asn2quickder
pythonPackages update: asn1ate and asn2quickder
2018-02-20 12:27:10 +00:00
Jörg Thalheim
585971600f quickder: fix python shebangs 2018-02-20 11:23:41 +00:00
Frederik Rietdijk
81cafdc590
Merge pull request #35126 from dotlambda/pynacl
pythonPackages.pynacl: use system libsodium
2018-02-20 11:01:42 +00:00
Frederik Rietdijk
4b17c50ef1
Merge pull request #35159 from dotlambda/faulthandler
pythonPackages.faulthandler: fix tests
2018-02-20 11:01:19 +00:00
Frederik Rietdijk
125a721175
Merge pull request #35204 from dotlambda/pypandoc
pythonPackages.pypandoc: mark as broken
2018-02-20 11:00:53 +00:00
Jörg Thalheim
4a26c9f3d2
Merge pull request #35209 from mnacamura/mbedtls-darwin
mbedtls: change extension .so -> .dylib on Darwin
2018-02-20 10:52:16 +00:00
Jörg Thalheim
c7b340a1c8
Merge pull request #35203 from manveru/patch-1
gem-config: add ethon
2018-02-20 10:39:42 +00:00
Michael Fellinger
1313542b6b
Support darwin 2018-02-20 11:29:07 +01:00
Jan Malakhovski
4997ac681d mono: add 5.8.108 (current stable) 2018-02-20 11:25:54 +01:00
Väinö Järvelä
2a99b51390 nspr: link libraries with absolute paths on Darwin 2018-02-20 12:12:46 +02:00
Jörg Thalheim
f61e8d98ff
rust: 1.22.1 -> 1.24.0 2018-02-20 09:59:26 +00:00
adisbladis
76774e920c
solc: 0.4.19 -> 0.4.20 2018-02-20 12:14:21 +08:00
Mitsuhiro Nakamura
a425c654e5 mbedtls: change extension .so -> .dylib on Darwin 2018-02-20 11:29:47 +09:00
Robert Schütz
b69e99091b pythonPackages.pyrtlsdr: use m2r instead of pypandoc 2018-02-19 23:09:25 +01:00
Robert Schütz
41a2352a2f pythonPackages.pypandoc: mark as broken
Pypandoc is incompatible with pandoc v2 and there seems to be no upstream effort to port it to the new version.
2018-02-19 23:09:19 +01:00
Michael Fellinger
895b1cb1b0
gem-config: add ethon
The Ethon gem uses libcurl.so at runtime via FFI, so we need to specify the correct location.
2018-02-19 22:56:17 +01:00
Peter Simons
e2cb1180aa
Merge pull request #35200 from deepfire/ghc-8.4
ghc 8.4:  update configuration
2018-02-19 22:10:46 +01:00
Kosyrev Serge
060f2f99db
ghc 8.4: update configuration 2018-02-19 23:31:50 +03:00
Michael Raskin
81081ba670
Merge pull request #35195 from dtzWill/fix/llvm-musl
llvmPackages_{4,5}: musl compat
2018-02-19 19:43:42 +00:00
Will Dietz
e5e69a7aed libc++5: tweak expression so as to avoid rebuild on non-musl for now 2018-02-19 12:43:42 -06:00
Ruben Maher
8d0c8d21f0 flow: 0.65.0 -> 0.66.0 2018-02-19 19:06:44 +01:00
Vincent Laporte
2aeafe7ef4 ocamlPackages.bitv: init at 1.3
bitv is a bit vector library for OCaml.

Homepage: https://github.com/backtracking/bitv
2018-02-19 18:55:31 +01:00
Will Dietz
fa8a511260 llvmPackages_{4,5}: musl compat 2018-02-19 11:19:32 -06:00
Shea Levy
43522dc851
riscv: Use gnumake42HEAD. 2018-02-19 09:36:53 -05:00
Shea Levy
fb8a09e8f0
gnumake: Add 4.2.90pre2491_38c8a11 for proper glibc 2.27 support. 2018-02-19 09:33:34 -05:00
Michael Raskin
cfa3e7e633
Merge pull request #34798 from oxij/pkgs/aspell-dicts
aspellDicts: add more dictionaries and some documentation
2018-02-19 14:24:46 +00:00
Vladimír Čunát
882062004b
Merge branch 'staging' into gcc-7
I'm betting Hydra resources on gcc-7 getting to master before current staging.
2018-02-19 15:24:32 +01:00
Vladimír Čunát
0c8939b5fb
Merge branch 'master' into gcc-7
Hydra: ?compare=1434487
2018-02-19 15:24:13 +01:00
Shea Levy
ca6710b2e6
binutils: Add 2.30. 2018-02-19 07:57:32 -05:00
Gabriel Ebner
9b66275905
Merge pull request #35146 from dtzWill/update/radare2-2.3.0
radare2: 2.2.0 -> 2.3.0
2018-02-19 10:58:50 +01:00
Yegor Timoshenko
b1ccedb6d2 clojure: 1.9.0.273 -> 1.9.0.329 2018-02-19 00:58:55 +00:00
Robert Schütz
ae19d81c8d pythonPackages.faulthandler: fix tests
The added patches accept "python2.7" as thread name in tests.
2018-02-19 01:41:02 +01:00
Joachim F
b4b8f4e445
Merge pull request #33198 from dtzWill/feature/r2-cutter-1.1
r2-cutter: init at 1.1(.0), radare2 qt gui
2018-02-18 23:59:21 +00:00
Bjørn Forsman
9cad2a4f4a openocd: unbreak gcc7 build 2018-02-19 00:41:28 +01:00
volth
c727e7e7d6
haxe: 3.4.4 -> 3.4.6 2018-02-18 22:54:21 +00:00
Yegor Timoshenko
3ab38ef086 clojure: 1.9.0.326 -> 1.9.0.273, refactor, closes #35136 2018-02-18 23:05:48 +01:00
Shea Levy
bbfc9ce376
Merge remote-tracking branch 'origin/master' into staging 2018-02-18 16:56:39 -05:00
Shea Levy
32ce7012f0
Merge branch 'master' into gcc-7 2018-02-18 16:27:22 -05:00
Shea Levy
a96886863a
Merge branch 'riscv-initial-cross-support' of git://github.com/shlevy/nixpkgs 2018-02-18 16:16:48 -05:00
Michiel Leenaars
1afb012df6 quickder: 1.0-RC2 -> 1.2-6 2018-02-18 22:01:52 +01:00
Michiel Leenaars
4f53b77889 asn2quickder: 0.7RC1 -> 1.2-6 2018-02-18 22:01:52 +01:00
Will Dietz
06cb5d8f92 radare2: use capstone rev used by default, not release from 2015. 2018-02-18 14:57:07 -06:00
Will Dietz
9800a0d398 radare2: 2.2.0 -> 2.3.0 2018-02-18 14:21:40 -06:00
Joachim F
dc2b7b9e68
Merge pull request #34893 from taku0/swift_4.0.3
swift: 3.1.1 -> 4.0.3
2018-02-18 20:19:27 +00:00
Frederik Rietdijk
7e2a46ecdf python.pkgs.natsort: fix build 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
f67e1c467d python.pkgs.h5py: fix for numpy 1.14 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
8cf59a3e14 python.pkgs.numpydoc: 0.6.0 -> 0.7.0 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
05c13dfca1 python.pkgs.packaging: fix tests 2018-02-18 20:07:43 +01:00
Robert Schütz
d800601ae5 pythonPackages.hypothesis: 3.27.0 -> 3.45.2 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
2419eb4077 python: zodbpickle: 0.7.0 -> 1.0 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
9c703099ec python: yapf: 0.20.1 -> 0.20.2 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
3f0a9f9613 python: widgetsnbextension: 3.1.3 -> 3.1.4 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
be6f318f9f python: webcolors: 1.7 -> 1.8.1 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
6ff5a25a34 python: voluptuous: 0.10.5 -> 0.11.1 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
38116c692c python: trezor: 0.7.16 -> 0.9.0 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
3a15eff804 python: stripe: 1.77.1 -> 1.77.2 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
51c21a4534 python: sqlmap: 1.2 -> 1.2.2 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
7ea7aeb9d0 python: SQLAlchemy: 1.2.2 -> 1.2.3 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
59ef95fca6 python: Sphinx: 1.6.6 -> 1.7.0 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
96172c7485 python: s3transfer: 0.1.12 -> 0.1.13 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
61894bde7d python: ropper: 1.11.3 -> 1.11.6 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
268230db74 python: regex: 2018.01.10 -> 2018.02.08 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
1f1584069b python: python-magic: 0.4.13 -> 0.4.15 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
bfa07958e3 python: pytest-runner: 3.0 -> 4.0 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
21723f7ebf python: pytest-mock: 1.6.3 -> 1.7.0 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
4dedc99ba8 python: scrypt: 0.8.0 -> 0.8.6 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
6b3d946db2 python: pyglet: 1.3.0 -> 1.3.1 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
9d23f5b989 python: prov: 1.5.1 -> 1.5.2 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
52a66dffd4 python: plumbum: 1.6.5 -> 1.6.6 2018-02-18 20:07:43 +01:00
Frederik Rietdijk
31151cba16 python: plotly: 2.3.0 -> 2.4.0 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
e0200f3691 python: plone.testing: 5.1.1 -> 6.0.0 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
1689e419be python: pexpect: 4.3.1 -> 4.4.0 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
8cd737800e python: pendulum: 1.4.0 -> 1.4.1 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
3439d91608 pathpy fixup 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
57edb26a60 python: path.py: 10.5 -> 11.0 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
243d5f598f python: pafy: 0.5.3.1 -> 0.5.4 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
107be86b4b python: oauthenticator: 0.7.2 -> 0.7.3 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
9bb18f612a python: numpy: 1.13.3 -> 1.14.0 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
07cc52863a python: natsort: 5.1.1 -> 5.2.0 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
a14a340631 python: magic-wormhole: 0.10.4 -> 0.10.5 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
52fa55b713 python: m2r: 0.1.12 -> 0.1.13 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
b4b2df44e5 python: libagent: 0.9.7 -> 0.9.8 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
783c6c5f38 python: Keras: 2.1.3 -> 2.1.4 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
cb4ecd4724 python: kaitaistruct: 0.7 -> 0.8 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
d48be0a387 python: jsonpickle: 0.9.5 -> 0.9.6 2018-02-18 20:07:42 +01:00