Commit Graph

95210 Commits

Author SHA1 Message Date
Frederik Rietdijk
88a03eb725 qgis: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk
dd5256993e certbot: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk
0674ed1b6b bup: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk
660585b32d compiz: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk
95c54db397 virtualbox: use python2
and remove python buildInput. Python should only be added when
`pythonBindings` is true.
2016-11-08 22:48:54 +01:00
Frederik Rietdijk
cd351e25aa gnome3.anjuta: use python2 2016-11-08 22:48:54 +01:00
Frederik Rietdijk
cb5687a346 Merge pull request #20251 from FRidh/xslt
libxml2 and libxslt python bindings
2016-11-08 17:11:29 +01:00
Frederik Rietdijk
6b70ac81bb libxml2: supportPython -> pythonSupport
since that is more commonly used in Nixpkgs.
2016-11-08 17:10:05 +01:00
Frederik Rietdijk
d2111660c5 libxml2: add a pythonPackages.libxml2 alias for the bindings 2016-11-08 17:10:04 +01:00
Frederik Rietdijk
be31980848 libxslt: build python bindings
and add a pythonPackages.libxslt alias.
2016-11-08 17:10:04 +01:00
Eelco Dolstra
459448727e gnutar: Fix comment 2016-11-08 10:02:37 +01:00
Jan Malakhovski
83f28fdd73
libtiff: fetchpatch -> fetchurl
See #20206.  vcunat doesn't consider this important,
but it is perhaps nicer and now is a moment we can afford to rehash.
2016-11-06 21:45:30 +01:00
Vladimír Čunát
b4c296ee09 Merge #20206: libtiff: patch for some more CVEs 2016-11-06 11:38:55 +01:00
Vladimír Čunát
ac5950a4a9 libtiff: the new hashes are for fetchurl, really
... and there's not much reason to use fetchpatch in this case anyway.
2016-11-06 11:37:47 +01:00
Vladimír Čunát
f77801d88d Merge branch 'master' into staging 2016-11-06 11:26:02 +01:00
Jan Malakhovski
d9db320889 libtiff: patch for some more CVEs, fix patch urls 2016-11-06 10:00:22 +00:00
Peter Simons
329bf83cad esniper: update to version 2.32.0 some more 2016-11-06 10:40:13 +01:00
Joachim Schiele
47d81ed347 leaps: 0.5.1 + add a service + test 2016-11-06 10:34:42 +01:00
Josef Kemetmüller
4440cf6d81 libgeotiff: 1.2.5 -> 1.4.2 (#20190) 2016-11-06 10:08:40 +01:00
Tor Hedin Brønner
baae4be182 discord: 0.0.9 -> 0.0.10 (#20184) 2016-11-06 10:02:31 +01:00
Peter Simons
9f3fbb4598 Merge pull request #20198 from Profpatsch/libsystemd-journal-unjaibreak
haskellPackages: libsystemd-journal unjailbreak
2016-11-06 09:37:09 +01:00
Peter Simons
bea1712727 esniper: update to version 2.32.0 2016-11-06 09:26:51 +01:00
Edward Tjörnhammar
4009dbe543
nixos: i2pd, update config options 2016-11-06 08:13:04 +01:00
Edward Tjörnhammar
721c3d48e1
i2pd: 2.9.0 -> 2.10.0 2016-11-06 08:13:03 +01:00
Kranium Gikos Mendoza
606726005f snd: 15.9 -> 16.9 (#20202) 2016-11-06 04:56:14 +01:00
Lorenzo Manacorda
98fb9ded4e light: 0.9 -> 1.0 (#20193)
Update to version 1.0
2016-11-06 03:47:22 +01:00
Franz Pletz
7f2a1e709b
openjpeg_2_0: remove, unused in nixpkgs 2016-11-06 03:40:31 +01:00
Franz Pletz
624de33091
jasper: 1.900.2 -> 1.900.21 (security)
Incorporates fixes from all patches for the CVEs listed and some more
security-related issues like:

  http://www.openwall.com/lists/oss-security/2016/11/04/11
2016-11-06 03:19:46 +01:00
Tobias Geerinckx-Rice
a66f9b2a02
dmd: 2.067.1 -> 2.070.2
dmd 2.070.2 requires a working dmd compiler to build.

Instead of downloading a pre-compiled binary blob, keep the previous
version (which does properly build from source) around as dmd_2_067_1,
and use that to bootstrap the new version.
2016-11-06 00:44:32 +01:00
Tobias Geerinckx-Rice
c9bb753584
dmd: {b -> nativeB}uildInputs; remove unreferenced curl 2016-11-06 00:36:38 +01:00
Tobias Geerinckx-Rice
bb57eeccde
Revert "dmd: 2.067.1 -> 2.070.2"
This reverts commit 50a579f192.

Building with AUTO_BOOTSTRAP=1 will download pre-compiled dmd binaries
during the build phase: https://github.com/NixOS/nixpkgs/pull/15256#r62290617
2016-11-06 00:36:36 +01:00
Eric Sagnes
e14de56613 module system: extensible option types 2016-11-06 00:05:58 +01:00
Daiderd Jordan
d10356b825 Merge pull request #20110 from johbo/darwin-v8-3-16-14
v8-3_16_14 tweaks for the build on darwin
2016-11-05 22:54:59 +01:00
Johannes Bornhold
b27932a65b v8-3_16_14 tweaks for the build on darwin
The build was originally failing due to a missing libtool. Trying to add
the buildInput "libtool" did not work out, since a few command line
arguments are not supported. I've applied the same workaround as for
"xcodebuild".

The second change is about the install step, where the path of
"libv8.dylib" was just slightly different.
2016-11-05 22:31:12 +01:00
Eric Sagnes
1fe1cdecb2 types: loeOf -> listOf 2016-11-05 21:46:42 +01:00
Thomas Tuegel
f74d48e9fe
ksysguard: fix evaluation error 2016-11-05 15:07:42 -05:00
Profpatsch
77f6453fe8 haskellPackages: libsystemd-journal unjailbreak
upper bound got fixed
2016-11-05 20:55:23 +01:00
Thomas Tuegel
93fc7c35ef
Merge branch 'plasma' 2016-11-05 14:48:19 -05:00
Thomas Tuegel
d9fa71cd8d
kimageformats: depend on karchive and ilmbase 2016-11-05 14:48:09 -05:00
Thomas Tuegel
f509ddf4ea
plasma-desktop: depend on ibus 2016-11-05 14:48:08 -05:00
Thomas Tuegel
87e75a6f88
oxygen: depend on kwayland 2016-11-05 14:48:08 -05:00
Thomas Tuegel
75aa98d589
libksysguard: depend on qtwebkit 2016-11-05 14:48:08 -05:00
Thomas Tuegel
cef9476a0c
ksysguard: depend on lm_sensors 2016-11-05 14:48:07 -05:00
Thomas Tuegel
ea64342517
kmenuedit: depend on khotkeys 2016-11-05 14:47:18 -05:00
Stefan Goetz
9254567f18 youtube-dl: 2016-11-02 -> 2016-11-04 (#20196) 2016-11-05 20:46:19 +01:00
Frederik Rietdijk
369ef8d977 Merge pull request #20104 from teh/distributed-update
Distributed update
2016-11-05 19:53:27 +01:00
Frederik Rietdijk
8b956b58b3 Merge pull request #20040 from magnetophon/audacity
audacity: add jack and lv2 capabilities
2016-11-05 19:52:41 +01:00
Frederik Rietdijk
1d0a7ae2d3 Merge pull request #20058 from magnetophon/ladspaPlugins
ladspaPlugins: 0.4.15 -> 0.4.17
2016-11-05 19:50:14 +01:00
Frederik Rietdijk
770c2b6417 Merge pull request #20194 from mayflower/graylog_2.1.2
graylog: 2.1.1 -> 2.1.2
2016-11-05 19:48:37 +01:00
Tobias Geerinckx-Rice
50a579f192
dmd: 2.067.1 -> 2.070.2 2016-11-05 18:44:11 +01:00