Franz Pletz
7ac522ad83
libevdev: 1.4.5 -> 1.4.6
2016-05-03 16:15:20 +02:00
Franz Pletz
0ab30ecf06
libopus: 1.1 -> 1.1.2
2016-05-03 16:15:20 +02:00
Franz Pletz
13b9d32917
libu2f-host: 1.0.0 -> 1.1.1
2016-05-03 16:15:20 +02:00
Franz Pletz
ed64199876
libdwg: 0.3 -> 0.6
2016-05-03 16:15:20 +02:00
Franz Pletz
d8230abeed
libass: 0.12.2 -> 0.13.2
2016-05-03 16:15:20 +02:00
Franz Pletz
a6fdcea877
cimg: 1.5.9 -> 1.7.0
2016-05-03 16:15:20 +02:00
Franz Pletz
c0f4361902
php: Fix openssl module build
2016-05-03 16:04:40 +02:00
vbgl
a95df7d800
Merge pull request #15106 from vbgl/camlp5-6.16
...
camlp5: 6.14 -> 6.16
2016-05-03 12:56:16 +02:00
Robin Gloster
f9eb376eae
Merge pull request #15178 from NeQuissimus/jdk8u92
...
[WIP/Pretty big rebuild] openjdk: 8u76 -> 8u92
2016-05-03 11:23:44 +02:00
rardiol
0ba62f7150
spring, springlobby update ( #15182 )
...
* alure: init at 1.2
* spring: 96.0 -> 101.0
* springlobby: 0.195 -> 0.247
2016-05-03 10:19:19 +01:00
Peter Simons
66ff540ee6
haskell-lens: update version used by GHC 8.0.x
2016-05-03 10:22:22 +02:00
Peter Simons
967901f195
haskell-binary: update version used for GHC releases prior to 7.8.x
2016-05-03 10:22:22 +02:00
Peter Simons
ddb8c06c2d
haskell-yi: mark as broken
2016-05-03 10:22:22 +02:00
Peter Simons
ec49307518
haskell-hakyll: fix test suite by providing "rev" in test environment
2016-05-03 10:22:22 +02:00
Peter Simons
372782d1f0
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20160406-5-gcb85ef4 using the following inputs:
- Hackage: 24af5f79f4
- LTS Haskell: 4d628b7b7e
- Stackage Nightly: 2b431f312c
2016-05-03 10:22:15 +02:00
Vincent Laporte
a42f845925
coq-dpdgraph: init at 0.5
2016-05-03 09:27:16 +02:00
Alexander Ried
6ca5c3667b
kde: cleanup from closure-size merge ( #15179 )
...
part of 98d8e1a160
and
7049bde4d5
got lost
2016-05-03 08:59:18 +02:00
Tobias Geerinckx-Rice
49fd7d9d08
autoconf-archive: 2015.09.25 -> 2016.03.20
2016-05-03 04:21:44 +02:00
Tobias Geerinckx-Rice
7a595cdfc3
libpwquality: 1.2.3 -> 1.3.0
2016-05-03 04:11:44 +02:00
Tim Steinbach
84bf43a702
openjdk: 8u76 -> 8u92
2016-05-03 00:17:45 +00:00
Tuomas Tynkkynen
c2caf86d21
Merge pull request #15176 from Baughn/mono
...
mono: Update libX11 location
2016-05-03 01:23:13 +03:00
Svein Ove Aas
5e0e2e6692
mono: Update libX11 location
2016-05-02 23:09:06 +01:00
Thomas Tuegel
014d853f8c
julia: remove ttuegel from maintainers
...
ttuegel has not used julia in some time.
2016-05-02 13:55:21 -05:00
Shea Levy
edb0b7e36f
krb5: 1.14 -> 1.14.2 (security updates)
2016-05-02 14:19:37 -04:00
Tobias Geerinckx-Rice
e8c6b47ee3
yodl: 3.07.01 -> 3.08.00
2016-05-02 16:33:53 +02:00
Kamil Chmielewski
43e617b487
matchbox: update source urls + libmatchbox: 1.9 -> 1.11 ( #15160 )
2016-05-02 12:26:32 +02:00
Joachim Fasting
ae59e8c644
Merge pull request #15062 from holidaycheck/node-6.0.0
...
nodejs-6_x : init at 6.0.0
2016-05-02 09:53:18 +02:00
Tobias Pflug
822abc49ad
nodejs-6_x : init at 6.0.0
2016-05-02 08:58:50 +02:00
Joachim Fasting
9560a9b767
Merge pull request #15072 from rimmington/v8-arm
...
v8: Build 3.16.14 on ARM
2016-05-02 04:30:54 +02:00
Joachim Fasting
3e750abb0c
Merge pull request #15057 from vbgl/gobject-introspection-on-dawin
...
gobject-introspection: fix on darwin
2016-05-02 03:52:54 +02:00
Joachim Fasting
d27848abb2
Merge pull request #14924 from simonvandel/fix-jmc
...
Oracle Java Mission Control: fix startup
2016-05-02 03:27:16 +02:00
Joachim Fasting
e1197f6896
Merge pull request #15082 from namore/init_rake
...
rake: init at 11.1.1
2016-05-02 03:20:51 +02:00
Austin Seipp
a1d61e7367
nixpkgs: fix chez build failures
...
The Chez build was failing, as usual, due to impurities. The build
system refers to absolute paths for tools like `ln` or `true`, which
was the real culprit here. Furthermore the build also 'helpfully'
suppresses errors in these cases by piping to /dev/null, so you never
see any errors at build time until it's too late (otherwise, you'd
see failures to call /bin/ln or at ./configure time).
This also re-enables parallel builds, as they should be safe from
all my testing, I believe.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-05-01 22:15:42 +00:00
Tuomas Tynkkynen
36c4c73575
clang: Add compat lib
attribute to have stdenv.cc.cc.lib
always work
...
Fixes tarball evaluation:
http://hydra.nixos.org/build/35042997/nixlog/1/raw
2016-05-02 00:57:28 +03:00
Joachim Fasting
0ad1c9788a
Merge pull request #15133 from bobvanderlinden/fix-nwjs-popcorntime
...
nwjs: use correct nwEnv and rpath
2016-05-01 22:36:50 +02:00
Austin Seipp
966a790764
nixpkgs: chez scheme update
...
Remove the parallel build[1], and update to the latest commit which
updates the .boot files and fixes a few bugs, too.
[1] I figured many builds on my dual-socket 12core would expose
problems, but I have a suspicion of that being an issue.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-05-01 20:14:51 +00:00
Joachim Fasting
979de54175
Merge pull request #15122 from Ralith/rtags
...
rtags: 9fed420 -> 233543d
2016-05-01 22:11:43 +02:00
Bob van der Linden
3ba689ee2e
nwjs: use correct nwEnv and rpath
...
This is related to changes in fontconfig, pango, dbus and stdc++.
2016-05-01 19:39:56 +02:00
Joachim Fasting
594bdfc74d
Merge pull request #15125 from Beauhurst/php_updates
...
PHP security updates
2016-05-01 19:02:19 +02:00
Arseniy Seroka
41efe6535d
Merge pull request #15099 from phunehehe/casperjs
...
Casperjs: refactor and update
2016-05-01 19:35:14 +03:00
Vincent Laporte
3a6c85da65
camlp5: 6.14 -> 6.16
2016-05-01 16:10:10 +02:00
Franz Pletz
02760890f3
Merge pull request #14992 from avnik/rspamd
...
Rspamd/Rmilter update
2016-05-01 12:49:56 +02:00
Nikolay Amiantov
37563c2d96
spidermonkey: add meta
2016-05-01 12:37:48 +03:00
Nikolay Amiantov
28bd8ba1fa
enet: add platforms
2016-05-01 12:37:47 +03:00
Benjamin Saunders
0cef15181b
rtags: 9fed420 -> git-2016-04-29
2016-05-01 00:03:07 -07:00
Austin Seipp
b3b02fe656
nixpkgs: chez scheme 9.4
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-05-01 03:09:31 +00:00
Robert Scott
11a716491b
php: 5.5.34 -> 5.4.35
2016-04-30 22:32:34 +00:00
Nikolay Amiantov
87ebab128a
replace ${stdenv.cc.cc}/lib occurences
2016-05-01 00:13:23 +03:00
Robert Scott
e9c16b7902
php: 5.6.20 -> 5.6.21
2016-04-30 20:48:12 +00:00
Joachim Fasting
aaae243b2b
imatix_gsl: fix build
...
See https://hydra.nixos.org/build/35004296/log/raw
Also fix some formatting issues.
2016-04-30 20:31:43 +02:00