Vladimír Čunát
3a18fa412a
gperftools: 2.5 -> 2.6.1
...
I only tested the profiler now, but hopefully it's all OK.
2017-08-28 18:46:43 +02:00
Vladimír Čunát
e0010cd1c3
pprof: init at 2017-08-28
2017-08-28 18:46:40 +02:00
Linus Heckemann
b73e3b6095
GNOME: 3.22 -> 3.24
...
This is a squash commit of the joint work from:
* Jan Tojnar (@jtojnar)
* Linus Heckemann (@lheckemann)
* Ryan Mulligan (@ryantm)
* romildo (@romildo)
* Tom Hunger (@teh)
2017-08-28 15:32:49 +01:00
Jörg Thalheim
cfbdd3e0d6
Merge pull request #28633 from orivej/webkitgtk24x
...
webkitgtk24x: fix build with gcc6
2017-08-28 12:48:37 +01:00
Orivej Desh
22a270b050
webkitgtk24x: fix build with gcc6
2017-08-28 11:41:41 +00:00
Jörg Thalheim
99ffd2051e
python.pkgs.pyramid_beaker: fix tests
2017-08-28 12:21:13 +01:00
Jörg Thalheim
2f5dab753c
ansible: move out of pythonPackages
...
ansible is not a library
2017-08-28 11:30:22 +01:00
Jörg Thalheim
0f789e7a0c
Merge pull request #28618 from lheckemann/edk2-2017
...
edk2: 2014-12-10 -> UDK2017
2017-08-28 11:03:47 +01:00
Jörg Thalheim
ea3f747ed5
mozinfo: fix evaluation
2017-08-28 10:40:27 +01:00
Jörg Thalheim
5f5a5ba58e
python.pkgs.piexif: fix build
2017-08-28 10:17:01 +01:00
Jörg Thalheim
5d62a4d181
python.pkgs.cgroup-utils: fix build
2017-08-28 09:48:22 +01:00
Jörg Thalheim
e67daebcb6
pycuda: 2017.1 -> 2017.1.1
2017-08-28 09:34:05 +01:00
Jörg Thalheim
861048c15f
python.pkgs.mozinfo: python3 is not supported
2017-08-28 09:14:04 +01:00
Jörg Thalheim
b24099cb17
pythonPackages.keystoneclient: fix build
2017-08-28 09:03:07 +01:00
Maximilian Güntner
94351197cd
cpython: include test.support and test.regrtest
...
test.{support, regrtest} are the internal packages cpython
developers use to write tests.
Although they are not public and the API may change/break
some developers use these packages to write tests for their
(3rd party) software.
The derivations for cpython now only remove the actual tests
but leave the packages in place that are used to write them.
Discussion: https://github.com/NixOS/nixpkgs/pull/28540
2017-08-28 09:49:08 +02:00
Frederik Rietdijk
a7ddca6e3d
python 3.4, 3.5, 3.6: Don't use ldconfig and speed up uuid load, fixes #28349
...
These patches had already been merged for 3.5 and 3.6 but not yet for
3.4. However, they did contain a mistake as explained in #28349 .
2017-08-28 09:42:59 +02:00
Jörg Thalheim
def7badb31
python.pkgs.pyramid_beaker: fix tests
2017-08-28 07:56:14 +01:00
Franz Pletz
b06231c01b
wolfssl: 3.11.0 -> 3.12.0
2017-08-28 00:54:43 +02:00
Robin Gloster
556029c904
elfutils: 0.169 -> 1.170
2017-08-27 22:51:53 +02:00
Vladimír Čunát
aa1e535b1b
mesa: maintenance 17.1.6 -> 17.1.7
2017-08-27 22:30:28 +02:00
Vladimír Čunát
6a851869b4
libdrm: 2.4.82 -> 2.4.83
2017-08-27 22:30:24 +02:00
Tuomas Tynkkynen
1cfe9539f9
libgcrypt: Add pre-ARMv7 patch
...
Apparently the assembly-optimized functions use an opcode that doesn't
work on pre-ARMv7. Fix in next release.
2017-08-27 23:05:28 +03:00
Vincent Laporte
724504e0da
ocamlPackages.cohttp: 0.22.0 -> 0.99.0
...
ocamlPackages.conduit: 0.15.4 -> 1.0.0
ocamlPackages.cohttp-lwt: init at 0.99.0
ocamlPackages.cohttp-lwt-unix: init at 0.99.0
ocamlPackages.conduit-lwt: init at 1.0.0
ocamlPackages.conduit-lwt-unix: init at 1.0.0
ocamlPackages.git: 1.11.1 -> 1.11.2
2017-08-27 20:03:06 +00:00
Linus Heckemann
f6afe064a0
edk2: 2014-12-10 -> UDK2017
2017-08-27 19:41:10 +01:00
Robin Gloster
4d858a2a17
gdal: don't use composableDerivation
2017-08-27 20:14:36 +02:00
Frederik Rietdijk
dfd905b548
python.pkgs.sphinx: fix python < 3.5 build
2017-08-27 19:56:39 +02:00
Lukas Werling
f0a1ab78b4
meson/ninja: add setup hooks ( #28444 )
...
* Add setupHook for meson/ninja build
* libhttpseverywhere: Use meson/ninja setupHooks
* jamomacore: Remove superfluous ninja buildInput
* Remove obsolete ninja buildPhases
These are all handled by ninja's setup hook.
* lean2, xcbuild: fix build with ninja setup hook
Ninja is a runtime dependency here. However, cmake can generate Ninja
build files as well to satisfy the setup hook.
* qtwebengine: fix build with ninja setup hook
2017-08-27 19:42:21 +02:00
Vladimír Čunát
017b33aaaa
Merge #28536 : libsigsegv: add enableSigbusFix option
...
(It's partially changed version of the PR.)
2017-08-27 17:23:45 +02:00
Vladimír Čunát
eef236d0ba
libsigsegv*: add an option to apply a patch
...
Close #28536 ; this code is a bit different in style for 2.5,
and avoids mass rebuild for the default version.
2017-08-27 17:21:35 +02:00
Vincent Laporte
935e991b72
js_of_ocaml: 2.8.4 -> 3.0.0
...
js_of_ocaml-camlp4: init at 3.0.0
js_of_ocaml-ppx: init at 3.0.0
2017-08-27 14:55:12 +00:00
Vincent Laporte
4b1a1c1846
js_of_ocaml-ocamlbuild: init at 3.0.0
2017-08-27 14:36:25 +00:00
Vincent Laporte
ef2c0f317a
js_of_ocaml-compiler: move
2017-08-27 14:29:57 +00:00
Vincent Laporte
4c23d059f5
obelisk: fix hash
2017-08-27 10:20:41 +02:00
Jörg Thalheim
cea7c2477e
Merge pull request #28603 from bachp/gitlab-runner-9.5.0
...
gitlab-runner: 9.4.2 -> 9.5.0
2017-08-27 09:15:31 +01:00
Vincent Laporte
460f640a5d
ocamlPackages.fileutils: 0.5.1 -> 0.5.2
2017-08-27 10:03:00 +02:00
Pascal Bach
d3b5fa3db2
gitlab-runner: 9.4.2 -> 9.5.0
2017-08-27 10:01:25 +02:00
Jörg Thalheim
445465e2fc
Merge pull request #28597 from orivej/rocksndiamonds
...
rocksndiamonds: init at 4.0.0.2
2017-08-27 08:18:54 +01:00
Jörg Thalheim
c9109e9483
Merge pull request #28172 from bcdarwin/gpy
...
gpy: init at 1.7.7
2017-08-27 08:13:43 +01:00
Vincent Laporte
b07d148e1d
obelisk: 0.2.0 -> 0.3.0
2017-08-27 06:56:35 +00:00
Jörg Thalheim
b0e90b99db
python.pkgs.pygame_sdl2: python3 tests are non-functional
2017-08-27 07:08:53 +01:00
Jörg Thalheim
3eae39b38a
SDL2_mixer: use autoreconfHook
2017-08-27 06:34:08 +01:00
Leandro Lisboa Penz
fc7397d66b
Revert "gnu global: set path of default gtags.conf in wrapper"
...
This reverts commit bd0d64730a
.
Setting GTAGSCONF is not an adequate solution as it prevents the use of
it and the way it was done also breaks gtags when it is called by
global.
Fixes NixOS/nixpkgs#26971
2017-08-27 04:36:45 +02:00
Franz Pletz
b3d123fba5
uhd: 3.10.1.1 -> 3.10.2.0
2017-08-27 02:33:33 +02:00
Orivej Desh
e5be0e82d2
SDL2_mixer: build with libmodplug and smpeg2
2017-08-26 23:15:19 +00:00
Orivej Desh
5772ce1dd8
smpeg2: init at svn412
2017-08-26 23:15:18 +00:00
Jörg Thalheim
5ae506e94a
racket: fix shared library build
2017-08-26 20:12:07 +01:00
geistesk
8dc06a2385
racket: 6.9 -> 6.10
2017-08-26 18:35:40 +02:00
Jörg Thalheim
58dc4a8569
Merge pull request #28036 from roberth/frog
...
frog: init at v0.13.7
2017-08-26 16:06:43 +01:00
Jörg Thalheim
74bf7b78ca
Merge pull request #28588 from romildo/upd.mkvtoolnix
...
mkvtoolnix: 14.0.0 -> 15.0.0, libebml: 1.3.4 -> 1.3.5
2017-08-26 15:41:48 +01:00
Joachim Fasting
8d7da77fb4
pharo: set platforms based on flavor selection
2017-08-26 16:03:31 +02:00
romildo
68d8674f5a
libebml: 1.3.4 -> 1.3.5
2017-08-26 10:33:49 -03:00
Joachim Fasting
5ddacdc3a8
Merge remote-tracking branch 'lukego/pharo6-for-nixpkgs'
...
Closes https://github.com/NixOS/nixpkgs/pull/26924
2017-08-26 15:17:33 +02:00
Jörg Thalheim
142db91b81
Merge pull request #28584 from wizzup/add/nodePackages.livedown
...
nodePackages.livedown : init at 2.1.1
2017-08-26 14:00:13 +01:00
Jörg Thalheim
ffd6443423
Merge pull request #28587 from vbgl/ppl-1.2
...
ppl: 1.1 -> 1.2
2017-08-26 13:52:53 +01:00
Roger Qiu
9bdf89692c
flyway: init at 4.2.0 ( #28586 )
...
* flyway: init at 4.2.0
* flyway: simplify install phase
2017-08-26 13:44:39 +01:00
Vincent Laporte
be5d898473
ppl: 1.1 -> 1.2
2017-08-26 13:58:35 +02:00
Peter Simons
8c3cc7c7c4
pkgs/development/compilers/ghc: drop un-referenced patch files
2017-08-26 13:49:18 +02:00
Volth
ee51e73120
perl: 5.24.1 -> 5.24.2 and 5.22.3 -> 5.22.4
...
Scavenged by vcunat from #28353 .
2017-08-26 12:35:33 +02:00
Vladimír Čunát
6eade284e7
Merge #28563 : pango: fix pango_default_break function
2017-08-26 12:13:16 +02:00
wisut hantanong
d732a5917a
nodePackages.livedown : init at 2.1.1
2017-08-26 16:36:42 +07:00
Jörg Thalheim
b0c32cf8c6
vmime: 0.9.2-pre-svn603 -> 0.9.2
2017-08-26 10:12:54 +01:00
wisut hantanong
f195108c32
call generate.sh before add package to make diff more readable
2017-08-26 16:04:00 +07:00
Vladimír Čunát
7b0effc4e0
dee: fix with gcc-6
...
This warning is useful to devs and not integrators, really.
2017-08-26 10:48:55 +02:00
Jörg Thalheim
86890ae351
python.pkgs.requests_oauthlib: fix source hash
2017-08-26 09:46:31 +01:00
Jörg Thalheim
326f54d9ba
log4cxx: fix gcc6 build
2017-08-26 09:46:06 +01:00
Jörg Thalheim
4596835502
xml-security-c: fix gcc6 build
2017-08-26 09:23:16 +01:00
Jörg Thalheim
48f337a882
python.pkgs.pysideShiboken: fix gcc6 build
2017-08-26 09:15:49 +01:00
Jörg Thalheim
5f482c5df4
libmusicbrainz2: remove deprecated version
...
builds no longer against gcc6 and is not used anywhere
2017-08-26 08:39:27 +01:00
Jörg Thalheim
1627e5b5d5
libtunegimp: remove package
...
it is deprecated by upstream: https://wiki.musicbrainz.org/History:libtunepimp
and uses an old version of libmusicbrainz, which does no longer build
2017-08-26 08:38:30 +01:00
Jörg Thalheim
9ece4aad10
Merge pull request #28407 from ThomasMader/dtools
...
dtools: rdmd -> dtools
2017-08-26 08:16:30 +01:00
Jörg Thalheim
5cad927052
Merge pull request #28433 from NeQuissimus/abcl_1_5_0
...
abcl: 1.4.0 -> 1.5.0
2017-08-26 07:34:34 +01:00
Jörg Thalheim
b32d669e3d
Merge pull request #28565 from fadenb/pythonPackages.phonenumbers_8.8.0
...
pythonPackages.phonenumbers: 8.7.1 -> 8.8.0
2017-08-25 20:41:27 +01:00
Jörg Thalheim
ea491d4ea1
python.pkgs.phonenumbers: use fetchPypi
2017-08-25 20:40:46 +01:00
Jörg Thalheim
7e26e69a4b
Merge pull request #28516 from vandenoever/qtchartsqml
...
qt5.qtcharts: enable qml
2017-08-25 20:37:21 +01:00
Vincent Laporte
96e1bca128
ocamlPackages.ocaml-migrate-parsetree: 1.0 -> 1.0.4
2017-08-25 19:27:19 +00:00
Frederik Rietdijk
665d393919
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-25 19:39:41 +02:00
Frederik Rietdijk
656e14f64f
Merge remote-tracking branch 'upstream/python-wip' into HEAD
2017-08-25 19:37:57 +02:00
Frederik Rietdijk
7726a1ec25
python.pkgs.sphinxcontrib-websupport: init at 1.0.1
2017-08-25 19:36:20 +02:00
Frederik Rietdijk
2923300a5f
python.pkgs.sqlalchemy: use pytest_30 and don't use pytest_xdist
2017-08-25 19:36:20 +02:00
Frederik Rietdijk
78c7b40062
python.pkgs.flask-pymong: 0.3.1 -> 0.5.1
2017-08-25 19:36:19 +02:00
Frederik Rietdijk
10df572a03
python.pkgs.pytest: use fetchPypi
2017-08-25 19:36:19 +02:00
Frederik Rietdijk
5c46301744
python.pkgs.pytest_30: keep this version
2017-08-25 19:36:19 +02:00
Frederik Rietdijk
7a6b150f94
python.pkgs.sqlmap: 1.0.11 -> 1.1.18
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
f6eb190e70
python.pkgs.pyrtlsdr: disable tests to fix build
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
b101bdddac
python.pkgs.jsonpatch: 1.11 -> 1.16
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
3efa08baea
python.pkgs.semver: disable tests to fix build
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
492390cfad
python.pkgs.relatorio: fix build
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
b1c1892e2d
python.pkgs.odfpy: 0.9.6 -> 1.3.5
2017-08-25 19:36:16 +02:00
Frederik Rietdijk
1e4029fa0a
python.pkgs.python-editor: fix by disabling tests
2017-08-25 19:36:16 +02:00
Frederik Rietdijk
84adeffc6d
mypy: 0.511 -> 0.521
2017-08-25 19:36:16 +02:00
Frederik Rietdijk
f30d3635f5
python.pkgs.pytest-forked: init at 0.2
2017-08-25 19:36:15 +02:00
Frederik Rietdijk
da32df875b
python.pkgs.pytest-django: fix hash patch
2017-08-25 19:36:15 +02:00
Lancelot SIX
84c6e6b4d7
pythonPackages.setuptools_scm: 1.15.0 -> 1.15.6
2017-08-25 19:36:15 +02:00
Lancelot SIX
d2b5850ad0
pythonPackages.py: 1.4.31 -> 1.4.34
2017-08-25 19:36:15 +02:00
Frederik Rietdijk
d58e1f1c7b
python.pkgs: many updates
2017-08-25 19:36:14 +02:00
Frederik Rietdijk
4c103bc6f1
Merge pull request #28505 from cse-bristol/python-linode-api
...
python linode-api: 4.1.1b2 -> 4.1.2b0
2017-08-25 18:03:58 +02:00
Tristan Helmich
61ea0eb88c
pythonPackages.phonenumbers: 8.7.1 -> 8.8.0
2017-08-25 16:43:17 +02:00
Joachim F
d4779c4d8b
Merge pull request #28483 from Gerschtli/update/libcouchbase
...
libcouchbase: 2.7.2 -> 2.7.6
2017-08-25 14:19:32 +00:00
WilliButz
0eb868fa8a
pango: fix pango_default_break function
...
bug: https://bugzilla.gnome.org/show_bug.cgi?id=785978#c9
(fixes the failing perl-gtk2 tests)
2017-08-25 15:54:37 +02:00
Peter Simons
30c15c9149
Fix a bunch of ghc-8.2.x Haskell builds.
2017-08-25 14:42:04 +02:00
Jörg Thalheim
d42deacc00
Merge pull request #28487 from ilpianista/qoauth
...
qoauth: 1.0.1 -> 2.0.0
2017-08-25 13:20:07 +01:00
Jörg Thalheim
6ec7c5cff2
Merge pull request #28488 from alunduil/add-alunduil-maintainer
...
add alunduil as collection-json maintainer
2017-08-25 13:16:06 +01:00
Jörg Thalheim
13ab95f7be
Merge pull request #28538 from olejorgenb/python-matrix-client
...
Add matrix-python-sdk (pypi: matrix-client)
2017-08-25 12:53:06 +01:00
Jörg Thalheim
b854e83183
pythonPackages.matrix-client: don't pass pythonPackages
2017-08-25 12:50:41 +01:00
Jörg Thalheim
f7ae955bc2
Merge pull request #28524 from Ralith/electron
...
electron: 1.6.6 -> 1.7.5
2017-08-25 09:56:12 +01:00
Jörg Thalheim
f9127f8293
Merge pull request #28525 from moaxcp/master
...
visualvm: 1.3.8 -> 1.3.9
2017-08-25 08:06:56 +01:00
Jörg Thalheim
56429bf9e3
Merge pull request #28548 from WilliButz/packageUpdates
...
update packages: watchman, feh, whois, duc, evemu and debianutils
2017-08-25 07:57:57 +01:00
Jörg Thalheim
cfaa4235e3
geis: fix compilation
2017-08-25 07:41:02 +01:00
Jörg Thalheim
ef6e2d13b0
grail: 3.1.0 -> 3.1.1
2017-08-25 07:30:10 +01:00
Jörg Thalheim
a86b304a26
grails: 2.4.3 -> 3.3.0
2017-08-25 07:26:21 +01:00
WilliButz
8ddc3eb988
watchman: 4.7.0 -> 4.9.0
2017-08-24 21:20:03 +02:00
Ole Jørgen Brønner
49ab1dcc69
pythonPackages.matrix-client: init at 0.0.6
2017-08-24 20:07:08 +02:00
Vincent Laporte
77404dbf37
jbuilder: 1.0+beta7 -> 1.0+beta12
...
ocamlPackages.sexplib: 0.9.1 -> 0.9.2
ocamlPackages.base: 0.9.1 -> 0.9.3
ocamlPackages.ppx_driver: 0.9.0 -> 0.9.1
ocamlPackages.bin_prot: 0.9.0 -> 0.9.1
ocamlPackages.ppx_inline_test: 0.9.0 -> 0.9.2
2017-08-24 17:53:55 +00:00
Vincent Laporte
01495f3255
ocamlPackages.js_of_ocaml-compiler: init at 0.3.0
2017-08-24 17:49:05 +00:00
Albert Peschar
f2cdc1e5c2
twisted: update to 17.5.0
2017-08-24 19:48:31 +02:00
Frederik Rietdijk
c6718c01a9
Merge pull request #28295 from apeschar/twisted
...
twisted: update to 17.5.0
2017-08-24 19:04:12 +02:00
Gaël Donval
3eca1c5500
Add patch to enable SIGBUS capture
...
Kernels older than 3.18.6 emit SIGBUS signal upon stackoverflow instead of SIGSEGV. This patch enables the capture of SIGBUS (just as it is done on Darwin).
Applying it fixes https://github.com/NixOS/nixpkgs/issues/6028 and https://github.com/NixOS/nixpkgs/issues/28464#issuecomment-324255704
2017-08-24 15:34:23 +01:00
Joachim Fasting
6d795e1bae
ntbtls: init at 0.1.1
2017-08-24 14:14:43 +02:00
John Mercier
d4ccf3f1b2
visualvm: 1.3.8 -> 1.3.9
2017-08-23 21:14:57 -04:00
Benjamin Saunders
0df187a17a
electron: 1.6.6 -> 1.7.5
2017-08-23 17:49:40 -07:00
Tuomas Tynkkynen
2fc7651b25
Merge remote-tracking branch 'upstream/master' into staging
2017-08-24 02:08:32 +03:00
Tuomas Tynkkynen
0c0fad6141
treewide: Consistently call ARM 'arm'
...
No need for silly differences.
2017-08-24 01:17:01 +03:00
Vincent Laporte
6e200f2644
ocamlPackages.core: 0.9.0 -> 0.9.1
2017-08-23 20:22:00 +00:00
Vincent Laporte
cf7df9230b
ocamlPackages.ppx_derivers: init at 1.0
...
Ppx_derivers is a tiny package whose sole purpose is to allow ppx_deriving and
ppx_type_conv to inter-operate gracefully when linked as part of the same
ocaml-migrate-parsetree driver.
Homepage: https://github.com/diml/ppx_derivers
2017-08-23 20:22:00 +00:00
Alexandre Peyroux
a65a499ca2
grammalecte: 0.5.17.2 -> 0.5.18 ( #28510 )
2017-08-23 19:47:47 +00:00
Joachim F
65e4856058
Merge pull request #28489 from LumiGuide/elk-5.5.2
...
elk: 5.4.2 -> 5.5.2
2017-08-23 19:29:04 +00:00
Joachim F
3709a864df
Merge pull request #28508 from juliendehos/eigen3
...
eigen: fix configuration file for pkg-config
2017-08-23 19:25:11 +00:00
John Ericson
ebc9b161cd
gcc: Add configurePlatforms
exception for Arm 32
...
...just as we did for binutils. When the underlying issue is resolved
(probably with a configure script patch or lib/systems/parse.nix
change), this should be reverted.
2017-08-23 14:38:08 -04:00
John Ericson
71186e7345
gcc: Use configurePlatforms
to control --build, --host, and --target
2017-08-23 14:28:59 -04:00
John Ericson
9884a3b17a
Merge pull request #28374 from obsidiansystems/binutils-arm
...
binutils: Pass --build --host on non-arm
2017-08-23 14:24:04 -04:00
Jos van den Oever
b6bf1ce319
qt5.qtcharts: enable qml
...
Dependency qtdeclarative was missing so QML plugin was not built.
2017-08-23 20:05:41 +02:00
Peter Simons
73275d4d41
halvm-2.4.0: mark build as broken
2017-08-23 19:53:12 +02:00
Peter Simons
c0944b9db0
ghc-6.10.4: mark build as broken
...
The build calls ar(1) in a way the tool doesn't like:
ar q cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffi.o src/x86/sysv.o
ar: creating cru
ar: .libs/libffi.a: No such file or directory
make[4]: *** [Makefile:717: libffi.la] Error 1
This may have become an issue after some recent binutils update; I'm not sure.
2017-08-23 19:53:12 +02:00
Peter Simons
f62ef84f3d
haskell-semigroupoids: fix build with ghc-7.10.x and before
2017-08-23 19:53:11 +02:00
Peter Simons
194a779df4
hugs: fix build by un-defining the erroneous default for $STRIP
2017-08-23 19:53:11 +02:00
Peter Simons
111cff5f0e
haskell-comonad: fix build with GHC 7.6.x
2017-08-23 19:53:11 +02:00
Peter Simons
a3326e85c0
haskell-vector: mark broken on GHC 7.6.x and earlier
2017-08-23 19:53:11 +02:00
Peter Simons
b5d4861356
haskell-text: fix build with GHC 7.6.x and earlier
2017-08-23 19:53:11 +02:00
Peter Simons
5f9645ef2e
haskell-semigroups: fix build with ghc-7.10.x and earlier
2017-08-23 19:53:11 +02:00
Peter Simons
074581c1a4
haskell-comonad: fix build with ghc-7.10.x and earlier
2017-08-23 19:53:11 +02:00
Peter Simons
b8314072f9
haskell-vector: fix build with ghc-7.8.x and earlier
2017-08-23 19:53:10 +02:00
Peter Simons
1e4c4ccb5d
haskell-distributive: fix build on GHC versions older than 8.x
2017-08-23 19:53:10 +02:00
Peter Simons
92bc6a7bbc
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.4.1-5-g0ed67c9 from Hackage revision
c3ae828aa9
.
2017-08-23 19:53:01 +02:00
Peter Simons
2939d8a049
hackage2nix: update list of broken builds
2017-08-23 19:53:00 +02:00
Julien Dehos
bd879d2bef
eigen: fix configuration file for pkg-config
2017-08-23 16:41:16 +02:00
Thomas Tuegel
ce71d0bd0b
Merge pull request #28499 from bkchr/kdeframework_fixes
...
Kde-Frameworks: Increases the minimum qt version to 5.7
2017-08-23 09:32:56 -05:00
Moritz Ulrich
1ff237912a
skikit-learn: 0.18.1 -> 0.19.0
2017-08-23 16:15:00 +02:00
Glenn Searby
d89ca3d65b
Python linode-api: 4.1.1b2 -> 4.1.2b0
...
This change is needed as the web API which this Python client depends on
has changed and broken basic functionality.
2017-08-23 14:52:00 +01:00
Peter Simons
1fb8734fdd
Merge pull request #28492 from ttuegel/idris-packages
...
Update Idris
2017-08-23 14:03:39 +02:00
Bastian Köcher
7d735d6834
Kde-Frameworks: Increases the minimum qt version to 5.7
2017-08-23 13:55:44 +02:00
Thomas Tuegel
b438d394ce
idrisPackages.idris: 1.0 -> 1.1.1
2017-08-23 06:45:32 -05:00
Philipp Middendorf
fbaa12bad9
thrift: 0.9.3 -> 0.10.0
2017-08-23 13:15:22 +02:00
Moritz Ulrich
d5743c08a2
pythonPackages.todoist: Init at 7.0.17.
2017-08-23 13:00:22 +02:00
Vladimír Čunát
2afb096e83
gcc-4.5: fix build
...
It's fallout after output changes #27424 .
gnat seems OK now, except that the wrapper is broken, so it's probably
not really usable.
2017-08-23 10:11:21 +02:00
Thomas Tuegel
ca381067e7
idrisPackages.build-builtin-package: Include version in name
2017-08-22 19:48:56 -05:00
Bas van Dijk
09bde4a2cd
elk: 5.4.2 -> 5.5.2
...
Release notes:
* https://www.elastic.co/guide/en/elasticsearch/reference/5.5/release-notes-5.5.2.html
* https://www.elastic.co/guide/en/logstash/5.5/logstash-5-5-2.html
* https://www.elastic.co/guide/en/kibana/current/release-notes-5.5.2.html
2017-08-23 01:58:12 +02:00
Alex Brandt
8b4fec00e0
add alunduil as collection-json maintainer
2017-08-22 18:31:08 -05:00
Andrea Scarpino
5bd10ff39b
qoauth: 1.0.1 -> 2.0.0
2017-08-23 01:11:48 +02:00
Joachim F
1a7d6f6792
Merge pull request #28298 from jamtrott/fenics
...
fenics: init at 2017.1.0
2017-08-22 21:52:22 +00:00
Joachim F
65e569401a
Merge pull request #28358 from jpierre03/pr-gstreamer
...
(legacy) gstreamer: fetch archive with httpS instead of http
2017-08-22 21:48:25 +00:00
Tobias Happ
0b74f6f16e
libcouchbase: 2.7.2 -> 2.7.6
2017-08-22 23:31:38 +02:00
Matthew Justin Bauer
2eacddf0dc
treewide: homepage URL fixes ( #28475 )
...
* pgadmin: use https homepage
* msn-pecan: move homepage to github
google code is now unavailable
* pidgin-latex: use https for homepage
* pidgin-opensteamworks: use github for homepage
google code is unavailable
* putty: use https for homepage
* ponylang: use https for homepage
* picolisp: use https for homepage
* phonon: use https for homepage
* pugixml: use https for homepage
* pioneer: use https for homepage
* packer: use https for homepage
* pokerth: usee https for homepage
* procps-ng: use https for homepage
* pycaml: use https for homepage
* proot: move homepage to .github.io
* pius: use https for homepage
* pdfread: use https for homepage
* postgresql: use https for homepage
* ponysay: move homepage to new site
* prometheus: use https for homepage
* powerdns: use https for homepage
* pm-utils: use https for homepage
* patchelf: move homepage to https
* tesseract: move homepage to github
* quodlibet: move homepage from google code
* jbrout: move homepage from google code
* eiskaltdcpp: move homepage to github
* nodejs: use https to homepage
* nix: use https for homepage
* pdf2djvu: move homepage from google code
* game-music-emu: move homepage from google code
* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Tim Steinbach
e6b77e2198
ammonite: 1.0.1 -> 1.0.2
2017-08-22 13:16:57 -04:00
Peter Simons
7b16f5974e
git-annex: update to version 6.20170818
...
Fixes CVE-2017-9800, CVE-2017-12836, CVE-2017-1000116, and CVE-2017-1000117.
2017-08-22 14:52:29 +02:00
Peter Simons
499b9ebc01
liquidhaskell: fix build of the required old aeson version
...
Closes https://github.com/NixOS/nixpkgs/issues/28372 .
2017-08-22 14:52:29 +02:00
Peter Simons
f445fe7574
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.4.1-5-g0ed67c9 from Hackage revision
a355eb34ee
.
2017-08-22 14:52:25 +02:00
Peter Simons
4ad193dd27
hackage2nix: partially revert https://github.com/NixOS/nixpkgs/pull/28383 to fix evaluation
...
5342bffc15
refers to an unknown Nixpkgs maintainer.
2017-08-22 14:51:57 +02:00
Peter Simons
4c07f40597
hackage2nix: keep old base-orphans around for liquidhaskell
2017-08-22 14:51:57 +02:00
Thomas Tuegel
49fb3b9313
Merge pull request #28366 from vandenoever/kde-applications
...
KDE Frameworks: 5.36 -> 5.37 and KDE Applications 17.04.3 -> 17.08.0
2017-08-22 06:53:25 -05:00
Vladimír Čunát
b2ae23a391
Merge branch 'staging' (older version)
...
This just adds some fixups, not any mass rebuild.
2017-08-22 12:30:04 +02:00
Divam
e5a43bd408
openfst: init at 1.6.3 ( #28430 )
2017-08-22 09:39:22 +02:00
Vincent Laporte
09779623b4
ocamlPackages.qcheck: 0.6 -> 0.7
2017-08-22 05:53:22 +02:00
Kirill Boltaev
46a3ba9070
pythonPackages.docker_compose: 1.13.0 -> 1.15.0
2017-08-22 03:57:54 +02:00
Kirill Boltaev
12472460ed
pythonPackages.docker: 2.3.0 -> 2.4.2
2017-08-22 03:47:24 +02:00
Alvar
9fbb6e8e3a
mpfshell: init at 0.8.1 ( #28384 )
2017-08-22 03:38:46 +02:00
Marko Poikonen
a379ee6863
libraw: 0.17.2 -> 0.18.2
2017-08-22 03:35:18 +02:00
Guillaume Maudoux
e6661db29f
ncurses: 6.0 -> 6.0-20170729
...
Bump version to include a patch that fixes #19785 .
2017-08-22 03:32:07 +02:00
Guillaume Massé
a4594e21a8
yarn 0.27.5 -> 0.28.4
2017-08-22 02:11:44 +02:00
Franz Pletz
637e33e616
llvm: disable failing tests on i686
2017-08-22 01:40:54 +02:00
John Ericson
0135e61b4c
Merge remote-tracking branch 'upstream/master' into staging
...
That way the tarball job succeeds
2017-08-21 18:42:57 -04:00
WilliButz
f21a5c2f57
qjson: 0.8.1 -> 0.9.0
2017-08-21 23:41:00 +02:00
WilliButz
267efdc475
valgrind: 3.12.0 -> 3.13.0
...
fetching from sourceware, as linked on http://valgrind.org/downloads/
2017-08-21 23:41:00 +02:00
Jos van den Oever
e20afe8d2e
kde-frameworks: 5.36 -> 5.37
2017-08-21 21:47:15 +02:00
Thomas Tuegel
50a9f98c42
Merge pull request #27224 from ttuegel/kdepim
...
KDE PIM Applications
2017-08-21 13:47:45 -05:00
Robert Helgesson
9459dd27ec
liquibase: clean up installed documentation
...
Fixes #28281 .
2017-08-21 19:35:52 +02:00
Frederik Rietdijk
b7b815b45d
Merge pull request #28386 from ericsagnes/pkg-update/pytorch
...
pytorch: 0.1.12 -> 0.2.0
2017-08-21 16:57:09 +02:00
Domen Kožar
37c340728e
servant-auth: tests pass for a while now
2017-08-21 14:42:05 +02:00
Thomas Tuegel
d143269ea8
grantlee5: patch CMake module correctly in release or debug build
2017-08-21 06:51:34 -05:00
Thomas Tuegel
96e2a3bd85
grantlee5: update meta.homepage
2017-08-21 06:51:33 -05:00
Thomas Tuegel
6ba0ab1b92
Revert "kcmutils: fix kcm plugin path"
...
This reverts commit cb922bbd5855aba00b96f223dce50c4556472a25.
2017-08-21 06:51:33 -05:00
Thomas Tuegel
2978918f63
kdesignerplugin: propagate qttools build input
2017-08-21 06:51:33 -05:00
Thomas Tuegel
b4780249c6
grantlee5: don't link plugins into $dev
2017-08-21 06:51:32 -05:00
Thomas Tuegel
5ba0dd1ad7
qgpgme: build with -DQT_NO_DEBUG
...
qgpgme uses Q_ASSERT which causes build inputs to be retained unnecessarily at
runtime unless debugging is disabled.
2017-08-21 06:51:32 -05:00
Thomas Tuegel
88d29f80c1
qttools: move qdbusviewer to runtime output
2017-08-21 06:51:31 -05:00
Thomas Tuegel
597a1c6a9e
kwallet: remove legacy D-Bus service
2017-08-21 06:51:18 -05:00
Thomas Tuegel
5a609e389a
grantlee5: multiple outputs
2017-08-21 06:51:18 -05:00
Thomas Tuegel
b7493e1361
kdiagram: init at 2.6.0
2017-08-21 06:51:17 -05:00
Thomas Tuegel
58cf19a98a
grantlee: don't canonicalize template paths
2017-08-21 06:51:17 -05:00
Thomas Tuegel
7182709174
grantlee: search profile library paths for plugins
2017-08-21 06:51:16 -05:00
Eric Sagnes
14ce4217e3
torchvision: init at 0.1.9
2017-08-21 20:43:28 +09:00