Tuomas Tynkkynen
222f905fd9
rustc: Supports ARMv7
2018-01-16 14:17:40 +02:00
adisbladis
df4746d2b2
Merge pull request #33930 from bkchr/fix_kinit
...
kinit: Fixes build
2018-01-16 19:48:41 +08:00
Bastian Köcher
97db143538
kinit: Fixes build
2018-01-16 12:21:18 +01:00
Guillaume Bouchard
2995066e9b
alembic: use threadsafe hdf5 ( #30682 )
...
* hdf5: introduce hdf5-threadsafe variant
Compiled with thread safe support and without the High Level library
which is incompatible with thread safety.
* alembic: clean buildInputs to nativeBuildInputs
* alembic: use hdf5-threadsafe
2018-01-16 18:31:35 +08:00
Yurii Rashkovskii
91e9989911
aenum: make tests pass ( #33805 )
...
For Python 2, tests were failing because they depended on a particular
way of executing the tests module as it defined a global variable
and created a temporary file. Running it through setup.py didn't work.
Invoking it directly solved the issue.
For Python 3, aenum tests were disabled, however, they did't have to
fail. Configuring UTF8 locale resolved the failure that was happening
after the above fix for Python 2 was applied.
2018-01-16 09:40:40 +00:00
Jörg Thalheim
cf3cc25bb2
Merge pull request #33880 from vbgl/ocaml-uri-1.9.5
...
ocamlPackages.uri: 1.9.2 -> 1.9.6
2018-01-16 09:37:11 +00:00
Bastian Köcher
f6c2fb3846
kimageformats: Fixes build
2018-01-16 09:52:04 +01:00
Jörg Thalheim
c53f1518f8
Merge pull request #33426 from nlewo/pr/go-protobuf
...
go-protobuf: init at 2018-01-04
2018-01-16 08:15:09 +00:00
Jörg Thalheim
b880ef935a
python.pkgs.nose-parameterized: 0.5.0 -> 0.6.0
2018-01-16 08:07:09 +00:00
Thomas Tuegel
5783980fc6
qtbase: fix evaluation error
...
`git rebase` strikes again!
2018-01-15 19:12:01 -06:00
Thomas Tuegel
1c004da67e
Merge branch 'bugfix/kwidgetsaddons/5.42.1' into merge/qt-5.10.0
2018-01-15 19:08:27 -06:00
Thomas Tuegel
7e5346c584
kwidgetsaddons: 5.42.0 -> 5.42.1
...
Fix regression with Kate sidebar.
See also: https://mail.kde.org/pipermail/release-team/2018-January/010780.html
2018-01-15 19:07:05 -06:00
Thomas Tuegel
04239641b5
Merge branch 'bugfix/qt-5/closure-size-static-libs' into merge/qt-5.10.0
2018-01-15 18:49:27 -06:00
Thomas Tuegel
617c4f4220
Merge branch 'feature/qt-5/5.10.0' into merge/qt-5.10.0
2018-01-15 18:49:13 -06:00
Thomas Tuegel
75d2a7dc4d
qt5: reduce closure size
...
First, closure size is reduced by including the static libraries in $out instead
of trying to move them to $dev. The Qt build system cannot handle libraries
being split between different prefixes. Previously, the static libraries were
moved into $dev and the shared libraries were symlinked from $out to $dev to
fool the build system. However, this causes $dev to be retained at
runtime. Instead, we now keep the static libraries in $out. Fortunately, the
static libraries are not very large anyway.
Second, we build with QT_NO_DEBUG defined unless debugging is enabled. This
causes some assertions to be removed; when assertions are included, they pull
paths from $dev into the runtime closure by using the __FILE__ macro. We also
now patch qtbase to remove even more assertions when QT_NO_DEBUG is defined.
2018-01-15 18:48:37 -06:00
Jörg Thalheim
1cfdc98410
Merge pull request #33896 from guibou/guibou_bump_ispc
...
ispc: 20170807 -> 1.9.2
2018-01-15 14:00:31 +00:00
Jörg Thalheim
4c63cc8c4b
Merge pull request #33895 from dywedir/tokei
...
tokei: 6.1.2 -> 7.0.0
2018-01-15 13:49:17 +00:00
Michael Raskin
ffb383eca0
Merge pull request #33652 from thefloweringash/libvncserver-deps
...
libvncserver: reduce dependencies; only use systemd on linux
2018-01-15 12:32:31 +00:00
Guillaume Bouchard
156b8029f2
ispc: 20170807 -> 1.9.2
...
Version bump, fixes #29979
2018-01-15 12:25:03 +01:00
dywedir
c6c3344cc4
tokei: 6.1.2 -> 7.0.0
2018-01-15 12:33:15 +02:00
Jörg Thalheim
092aaf22f6
Merge pull request #33888 from kamilchm/ponyc
...
ponyc: 0.21.2 -> 0.21.3
2018-01-15 09:28:04 +00:00
adisbladis
6e8290ec31
solc: 0.4.17 -> 0.4.19
2018-01-15 17:11:33 +08:00
adisbladis
edd712e521
Merge pull request #33857 from adisbladis/kde-frameworks-5_42
...
kde-frameworks: 5.41 -> 5.42
2018-01-15 17:10:10 +08:00
Andrew Childs
48bf2c3e81
libvncserver: reduce dependencies; only use systemd on linux
...
Permits building on macOS.
2018-01-15 17:25:59 +09:00
Kamil Chmielewski
282934ca8e
ponyc: 0.21.2 -> 0.21.3
...
https://github.com/ponylang/ponyc/issues/2478
2018-01-15 08:15:01 +01:00
Vincent Laporte
550136f516
ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0 ( #33566 )
...
* ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0
* ocamlPackages.x509: 0.5.3 -> 0.6.0
* ocamlPackages.x509: 0.6.0 -> 0.6.1
* ocamlPackages.tls: 0.7.1 -> 0.9.0
* jackline: fix build with ocaml-tls ≥ 0.9.0
2018-01-15 05:01:50 +01:00
Will Dietz
17453b2310
snowman: Drop qt4 variant
...
cc #33248
2018-01-14 14:56:17 -06:00
Dan Peebles
1a054480d3
mono54: init
...
Still trying to figure out how msbuild should fit into the picture...
2018-01-14 15:36:00 -05:00
adisbladis
05d803ab5f
qmltermwidget: Use fetchFromGitHub
2018-01-15 01:47:42 +08:00
Robert Schütz
f2c08d3e9e
python3Packages.netdisco: init at 1.2.3
2018-01-14 16:59:38 +01:00
adisbladis
ef2591ee01
kde-frameworks: 5.41 -> 5.42
2018-01-14 22:28:34 +08:00
Frederik Rietdijk
a6af522217
Merge pull request #33856 from jluttine/add-versioneer
...
pythonPackages.versioneer: init at 0.18
2018-01-14 15:05:42 +01:00
Jaakko Luttinen
f3c996e25d
pythonPackages.versioneer: init at 0.18
2018-01-14 16:03:21 +02:00
Frederik Rietdijk
4475995685
Merge pull request #33774 from LumiGuide/elasticsearch-curator-5.4.1-cleanup
...
Elasticsearch curator 5.4.1 cleanup
2018-01-14 15:00:02 +01:00
Robert Schütz
9121a97366
pythonPackages.user-agents: init at 1.1.0
2018-01-14 14:10:01 +01:00
Sarah Brofeldt
ee4e6ebbfa
Merge pull request #32822 from LumiGuide/elk6
...
ELK: 5.6.1 -> 5.6.5 & add ELK 6.1.0
2018-01-14 10:40:50 +01:00
Vincent Laporte
bed805f4ed
ocamlPackages.uri: 1.9.5 -> 1.9.6
2018-01-14 05:33:36 +00:00
Vincent Laporte
1b43f4fe86
ocamlPackages.uri: 1.9.2 -> 1.9.5
2018-01-14 05:28:49 +00:00
Vincent Laporte
08492b31d1
ocamlPackages.mstruct: 1.3.3 -> 1.4.0
2018-01-14 06:28:13 +01:00
adisbladis
e2f7267ba2
xxdiff-tip: Build with qt59
2018-01-14 02:41:04 +08:00
Jörg Thalheim
df400a17de
Merge pull request #33732 from kamilchm/ponyc
...
ponyc: FIX $CC undefined, using gcc as the linker
2018-01-13 18:24:40 +00:00
Jörg Thalheim
e35639b931
Merge pull request #33799 from adisbladis/cura-qt59
...
cura: 3.0.3 -> 3.1.0
2018-01-13 18:19:22 +00:00
Alexander
6ccb554f3b
tifffile: init at 0.13.0 ( #33750 )
...
* tifffile: init at v0.13.0
* python.pkgs.tifffile: actually run tests
2018-01-13 18:12:56 +00:00
adisbladis
fa3aec7e4d
gst-plugins-bad: Fix CVE-2016-9447
2018-01-14 02:07:08 +08:00
Jörg Thalheim
a100ed0ae3
Merge pull request #33793 from sellout/add/flootty
...
flootty: init at 3.2.1
2018-01-13 17:46:28 +00:00
Gregory Pfeil
d40d41ef51
Move flootty from python-modules.
2018-01-13 09:59:25 -07:00
Jörg Thalheim
3d7054964f
Merge pull request #33814 from rnhmjoj/vapoursynth
...
Update Vapoursynth machinery
2018-01-13 16:50:45 +00:00
Jörg Thalheim
8c58cb2b78
Merge pull request #33791 from holidaycheck/jenkins-2.101
...
jenkins: 2.95 -> 2.101
2018-01-13 16:33:54 +00:00
Joachim F
bba9f874b3
Merge pull request #33795 from romildo/upd.gstreamermm
...
gstreamermm: 1.8.0 -> 1.10.0
2018-01-13 14:19:12 +00:00
Thomas Mader
5f0c823a61
ldc: Disable cdvecfill test to fix build on older processors
...
https://github.com/NixOS/nixpkgs/pull/33830
2018-01-13 14:57:03 +01:00