Vladimír Čunát
3ecd4dcf72
gtk3 stack libs: update all to gnome-3.14 branches
...
All NEWS look safe and relatively quiet.
2014-10-23 10:51:54 +02:00
Vladimír Čunát
12e29daed7
gst-1 video-related bumps (released yesterday)
...
pitivi looks fine, CC @iyzsong.
2014-10-23 10:51:54 +02:00
Vladimír Čunát
d7a57963fa
pango: big update; it was waiting on fontconfig-2.11
2014-10-23 10:51:54 +02:00
Vladimír Čunát
27968ece0f
fontconfig: add an upstream bugfix, remove other config inclusion
2014-10-23 10:49:45 +02:00
Luca Bruno
0927405a37
fontconfig: update 2.10.2 -> 2.11.1. Close #4410 , #2050
2014-10-23 10:40:26 +02:00
Vladimír Čunát
b772f53acb
p11-kit: do not use libiconv where not needed
...
Building libiconv even fails on Linux due to missing gets.
2014-10-23 10:39:09 +02:00
Vladimír Čunát
1fca03afab
libevdev: small update
2014-10-19 20:11:18 +02:00
Vladimír Čunát
239d6c6ea5
gstreamer-1: maintenance updates of all
2014-10-19 20:11:02 +02:00
Vincent Laporte
a9f37a801c
libiconv: update to 1.14 ( close #4419 )
2014-10-19 20:11:02 +02:00
Vladimír Čunát
afe28673c9
libdrm: update
2014-10-19 20:11:02 +02:00
Vladimír Čunát
9877fdb39d
xorg: updates some modules; mostly minor changes
2014-10-19 20:10:19 +02:00
Vladimír Čunát
4fa5fffe56
mesa: bugfix update
...
I'm still having some problems with 10.3.1 compilation.
2014-10-19 19:31:58 +02:00
Vladimír Čunát
e3652e7ead
glib: feature update 2.40.* -> 2.42.0
...
http://upstream-tracker.org/ looks good enough, and so do the NEWS.
2014-10-19 19:31:58 +02:00
Vladimír Čunát
b9b5cb5858
gtk2: bugfix update
2014-10-19 19:31:58 +02:00
Vladimír Čunát
39b5e54bbe
cairo: major update 1.12.* -> 1.14.0
...
ABI diff only suggest that one enum value got updated,
which should be fine for us.
http://upstream-tracker.org/compat_reports/cairo/1.12.16_to_1.14.0/abi_compat_report.html#Low_Risk_Problems
2014-10-19 19:31:58 +02:00
Vladimír Čunát
7c594d4b9e
ucommon: update
...
I couldn't reproduce the test failure with either version:
http://hydra.nixos.org/build/15982469/nixlog/1/tail-reload
2014-10-18 18:59:09 +02:00
Vladimír Čunát
b100ffc059
nginx: fix build by not attempting to use a patch
...
It failed since 3c6efec2c0
, i.e. #4453 .
Now it should "work" the same as before.
CC maintainers: @thoughtpolice & @7c6f434c.
2014-10-18 18:47:29 +02:00
Vladimír Čunát
b5ea865f35
texLive-linkdir: work around a failure
...
It often failed since 3c6efec2c0
, i.e. #4453 .
Now it should "work" the same as before.
CC @7c6f434c, maybe?
2014-10-18 13:52:37 +02:00
Eelco Dolstra
09dc132e04
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/development/libraries/poppler/default.nix
2014-10-16 15:16:50 +02:00
Cray Elliott
e39bf7a704
Replaced retroarchBare with retroarchBareMaster, also added a few new libretro cores
...
retroarchBare was too old for any practical use at this point, so it was removed in favor
of fetching releases from git. RetroArch often recommends checkout out the latest git master
if you are on a desktop platform, so we are conforming with their recommendation. I plan on
bumping the git of retroarch and each core every month, and I plan on adding more libretro
cores in the future.
The libretro cores that were added are nestopia, quicknes, snes9x, and vba-m
planned next are : bsnes-accuracy, bsnes-balanced, bsnes-performance, a few libretro mame ports
Closes #4448
2014-10-16 12:53:39 +01:00
Domen Kožar
74fde7c388
Merge pull request #4495 from NixOS/pythonFull_improvements
...
PythonFull improvements
2014-10-16 13:24:18 +02:00
Domen Kožar
68b183e309
simplify
2014-10-16 13:13:13 +02:00
Domen Kožar
c0e18dc498
fix eval
2014-10-16 13:08:07 +02:00
Domen Kožar
a1a60d8e8a
readd pythonPackages.hgsvn
2014-10-16 12:21:03 +02:00
Domen Kožar
6cd1f42a2c
Merge pull request #4483 from edwtjo/cvxopt
...
pythonPackages.cvxopt: added package
2014-10-16 12:20:42 +02:00
William A. Kennington III
eed5207845
python27: Remove avoid daemon thread shutdown #i21963
2014-10-16 11:28:37 +02:00
Domen Kožar
d589684cae
pypy: disable test_zipfile64 because timeouts
2014-10-16 11:14:42 +02:00
Domen Kožar
dd9ebf6eea
firefox: use -O3 on 32bit linux to reduce memory usage on linker
2014-10-16 11:12:26 +02:00
Domen Kožar
d704fb3b36
fix mpdcron
2014-10-16 11:03:10 +02:00
Pascal Wittmann
1eea99016e
logstalgia: update from 1.0.5 to 1.0.6
2014-10-16 09:06:20 +02:00
Rickard Nilsson
91be9d5796
dovecot: Update from 2.2.13 to 2.2.14
2014-10-16 08:14:46 +02:00
Domen Kožar
33b104c57e
Revert "sqlite: Update to 3.8.6"
...
This reverts commit f7acce83fc
.
Breaks tests for perlPackages.DBIxClass
cc @edolstra
2014-10-15 20:40:36 +02:00
Sander van der Burg
0100e79d7a
titaniumenv: Use new xcodeenv simulate function in the example app
2014-10-15 17:28:52 +02:00
Sander van der Burg
f58b563cb6
xcodeenv: Reimplement simulator script to work with Xcode 6
2014-10-15 17:10:35 +02:00
Peter Simons
739025bd58
gnulib: update to version 0.1-228-gb155b06
2014-10-15 16:30:53 +02:00
Domen Kožar
c758ec756b
openssl: 1.0.1i -> 1.0.1j (CVE-2014-3513, CVE-2014-3567, CVE-2014-3568)
2014-10-15 16:12:23 +02:00
Rickard Nilsson
6960149b03
New package: runit 2.1.2
2014-10-15 13:08:22 +02:00
Peter Simons
6d432d2164
haskell-vector: build the package with -msse2 on i686 platforms to fix test suite failures
...
https://github.com/haskell/vector/issues/47
2014-10-15 12:31:35 +02:00
Peter Simons
53208292e2
haskell-monad-supply: update to version 0.6
2014-10-15 12:31:35 +02:00
Peter Simons
e293afed30
haskell-language-c-quote: update to version 0.10.1.3
2014-10-15 12:31:35 +02:00
Peter Simons
efde40d785
haskell-hindent: update to version 3.8
...
This package remains broken because it cannot deal with the current version of haskell-src-exts.
2014-10-15 12:31:35 +02:00
Peter Simons
24355cf15f
Disable Hydra builds for obsolete Haskell packages.
2014-10-15 12:31:35 +02:00
Domen Kožar
f5a47393b6
Revert "Revert "Set default kernel to 3.14""
...
This reverts commit ad477c77ff
.
2014-10-15 12:00:47 +02:00
Lluís Batlle i Rossell
83fb281d80
Making hydra build ddd.
...
(cherry picked from commit 4ba671ff113844267dbad307f8a5cbf8ac1d0f52)
2014-10-15 11:16:27 +02:00
Lluís Batlle i Rossell
e9809e8f9e
wxGTK: updating to 3.0.2
2014-10-15 10:59:32 +02:00
Aycan iRiCAN
f216f98aaa
Merge pull request #4537 from aycanirican/idris_update
...
Upgrade idris compiler to 0.9.14.3
2014-10-15 10:58:09 +03:00
Aycan iRiCAN
ae84167aa1
Upgrade idris compiler to 0.9.14.3
2014-10-15 10:57:08 +03:00
Joachim Schiele
9d5431d1a2
Merge pull request #4536 from flosse/prosody
...
prosody: updated to v0.9.5
2014-10-15 09:41:48 +02:00
Joachim Schiele
13298fcbb9
Merge pull request #4535 from flosse/lua-bitop
...
lua-packages: added lua-bitop to add websocket support for prosody
2014-10-15 09:41:32 +02:00
Peter Simons
620ee88fb8
Merge pull request #4531 from purefn/fix-jwt
...
haskell-jwt: update to version 0.4.2
2014-10-15 08:16:07 +02:00