Eelco Dolstra
ee9c068b0c
systemd: Update to 212
...
Note that systemd no longer depends on dbus, so we're rid of the
cyclic dependency problem between systemd and dbus.
This commit incorporates from wkennington's systemd branch
(203dcff45002a63f6be75c65f1017021318cc839,
1f842558a95947261ece66f707bfa24faf5a9d88).
2014-04-16 00:59:26 +02:00
John Wiegley
f2690384c9
Three new Haskell tools: rehoo, una, cabal-meta
2014-04-15 04:32:06 -05:00
Peter Simons
abdd87da3c
haskell-text-icu: don't run test suite on Darwin
...
https://github.com/bos/text-icu/issues/6
https://github.com/NixOS/nixpkgs/pull/2254
2014-04-15 11:04:23 +02:00
Peter Simons
dd87cb0f12
Merge pull request #2261 from jwiegley/lua5
...
Allow lua5 to build as a dylib on Darwin
2014-04-15 10:49:46 +02:00
Lukas Toth
f5fa89f198
haskellPackages.Unixutils: New expression
2014-04-15 10:43:38 +02:00
Lukas Toth
66e750190f
haskellPackages.bzlib: New expression
2014-04-15 10:43:38 +02:00
Lukas Toth
cf63d8953c
haskellPackages.Extra: New expression
2014-04-15 10:43:38 +02:00
Lukas Toth
1ae0fec71b
haskellPackages.ipprint: New expression
2014-04-15 10:43:38 +02:00
Bjørn Forsman
5c2d17780d
uhd: update 3.5.4 -> 3.7.0
...
Build tested (with gnuradio).
2014-04-15 07:11:41 +02:00
John Wiegley
f9c2f684e8
Allow lua5 to build as a dylib on Darwin
2014-04-14 14:39:23 -05:00
John Wiegley
84dae6fe28
gsasl: fix build on Darwin ( close #2260 , fixes #2259 )
...
@vcunat rewrote with "more standard" optional functions.
2014-04-14 21:38:23 +02:00
Vladimír Čunát
8340454544
mesa: have all output on /run/opengl-driver{,-32}
...
Fixes #2242 in a different way (cleaner, I hope).
2014-04-14 21:38:23 +02:00
Bjørn Forsman
9878bb47a4
buildbot{,slave}: bump 0.8.7p1 -> 0.8.8
...
Build and run tested.
2014-04-13 21:11:49 +02:00
Bjørn Forsman
99afbf9e91
sdcc: bump 3.3.0 -> 3.4.0
...
This new sdcc doesn't need older boost, so switch to nixpkgs default
version (currently 1.55).
2014-04-13 19:46:00 +02:00
Bjørn Forsman
a555ee2412
xmlrpc-c: bump 1.25.26 -> .27
...
Release 1.25.27 (released March 15, 2014):
Fix bug: When serializing a very large floating point number, sender
of an XML-RPC message adds some junk after the decimal point. With
assertion checking enabled, it just crashes. Broken in 1.15 (June 2008).
2014-04-13 19:16:02 +02:00
宋文武
e9a8c8417f
wildmidi: update to 0.3.6
2014-04-13 18:30:24 +02:00
Oliver Charles
7f4afcda7e
Merge pull request #2235 from bennofs/haskell-monad-extras
...
haskell: add monad-extras
2014-04-13 12:11:27 +01:00
Bjørn Forsman
6989b9a3f9
babeltrace: update from 1.1.1 to 1.2.1
2014-04-13 10:47:17 +02:00
Bjørn Forsman
d1f875c6af
lttng project: update from 2.3.0 to 2.4.1
...
(And update liburcu to 0.8.4 according to release notes for lttng 2.4.x.)
In addition to new features and bug fixes, version 2.4.x is needed to build
against Linux 3.12 (our new stable kernel).
2014-04-13 10:47:16 +02:00
Benno Fünfstück
7fed418b24
haskell: add monad-extras
2014-04-13 10:19:30 +02:00
James Cook
21cb9c24f0
Patch python32 for CVE-2014-1912.
2014-04-13 05:15:19 +02:00
James Cook
324ade4658
Patch python27 for CVE-2014-1912.
2014-04-13 05:15:19 +02:00
Domen Kožar
1988bbd990
Merge pull request #2231 from jwiegley/master
...
Change several package constraints from linux to unix
2014-04-13 00:24:28 +02:00
John Wiegley
010132e302
Change several package constraints from linux to unix
...
They all build on Darwin.
2014-04-12 16:01:16 -05:00
Vladimír Čunát
1ae918b0d2
gtk3: bugfix update 3.12.0 -> .1
2014-04-12 20:25:15 +02:00
John Wiegley
b296895abe
Allow lsof to build on darwin ( fixes #2219 )
...
Closes #2219 , closes #2223
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-12 11:14:18 -05:00
John Wiegley
0ef3c47778
Add recipes for a few Haskell libraries
2014-04-12 10:22:37 -05:00
Oliver Charles
1b7a8e6f5b
Merge pull request #2217 from bennofs/haskell-uri
...
Add uri haskell package
2014-04-12 16:09:46 +01:00
Oliver Charles
3f1af5f709
haskellPackages.bert: Update to 1.2.2.2
2014-04-12 16:06:35 +01:00
Oliver Charles
99d8ef0673
haskellPackages.snapCORS: New expression
2014-04-12 16:04:40 +01:00
Benno Fünfstück
796ea8ee11
haskell: add uri package
2014-04-12 16:59:29 +02:00
Austin Seipp
cf24cf1184
capstone: attempt to fix Linux build, remove Darwin build
...
The Darwin build seems fixable but I can't test right now.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-11 21:41:14 -05:00
Austin Seipp
036a7708a2
libseccomp: attempt to fix Hydra build
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-11 21:37:19 -05:00
Peter Simons
50b1a8ea0b
haskell-diagrams-postscript: update to version 1.0.2.4
2014-04-11 22:33:12 +02:00
Peter Simons
d2e61750df
haskell-diagrams-lib: update to version 1.1.0.6
2014-04-11 22:33:11 +02:00
Peter Simons
ce15e84af3
haskell-diagrams-contrib: update to version 1.1.1.4
2014-04-11 22:33:11 +02:00
Peter Simons
716cffc1bb
haskell-language-c-inline: re-generate with cabal2nix
2014-04-11 22:33:11 +02:00
Peter Simons
f32be2da85
haddock: update to version 2.14.2
2014-04-11 22:33:11 +02:00
Peter Simons
86177f06e9
haskell-haskell-src: add version 1.0.1.6
2014-04-11 22:33:11 +02:00
Peter Simons
f5dd4d383b
haskell-HTTP: update to version 4000.2.12
2014-04-11 22:33:11 +02:00
Peter Simons
fd376138b2
haskell-yesod-core: update to version 1.2.12
2014-04-11 22:33:11 +02:00
Peter Simons
e77f2cd689
haskell-texmath: update to version 0.6.6.1
2014-04-11 22:33:11 +02:00
Peter Simons
43a77ee1ab
haskell-monoid-extras: update to version 0.3.3.2
2014-04-11 22:33:11 +02:00
Peter Simons
2379850cad
haskell-monad-logger: update to version 0.3.6
2014-04-11 22:33:11 +02:00
Peter Simons
ecbb36caf1
haskell-hxt: update to version 9.3.1.4
2014-04-11 22:33:11 +02:00
Peter Simons
35e8034716
haskell-hxt-unicode: update to version 9.0.2.2
2014-04-11 22:33:11 +02:00
Peter Simons
7cc83c8c74
haskell-dual-tree: update to version 0.2.0.2
2014-04-11 22:33:11 +02:00
Peter Simons
c203d9c5fa
haskell-cereal-conduit: update to version 0.7.2.1
2014-04-11 22:33:11 +02:00
Peter Simons
a0264d3db8
haskell-active: update to version 0.1.0.12
2014-04-11 22:33:11 +02:00
Peter Simons
e1bdc5c164
haskell-statistics: add version 0.11.0.0
2014-04-11 22:33:11 +02:00