Peter Simons
9c893c7931
blobby: merge changes from master into stdenv-updates
2013-03-21 10:13:06 +01:00
Peter Simons
22fb1ad99e
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-03-21 09:23:54 +01:00
Vladimír Čunát
d210a4a8fa
goldendict: fix build with gcc47
2013-03-21 00:08:24 +01:00
Vladimír Čunát
d91df9a4bd
krb5: fix build via update
2013-03-20 23:36:17 +01:00
Vladimír Čunát
365dc52872
protobuf: fix via update
2013-03-20 23:25:43 +01:00
Vladimír Čunát
32a503a5d3
cpio: fix build without gets
2013-03-20 23:01:36 +01:00
Lluís Batlle i Rossell
90b2dcdd2a
Revert "i3 window manager: cairo.override with xcbSupport enabled, on par with i3lock"
...
i3 doesn't want cairo at all.
This reverts commit 1eb4377840
.
2013-03-20 22:38:27 +01:00
Lluís Batlle i Rossell
39be94cb68
ffmpeg: enabling ffplay
...
Playing sound, it displays great ffts.
2013-03-20 22:20:51 +01:00
Lluís Batlle i Rossell
a799b8ef5d
ffmpeg: add opus support, enabled by default
2013-03-20 22:20:51 +01:00
viric
9dc4ec57a1
Merge pull request #397 from modulistic/master
...
i3 improvements
2013-03-20 13:52:32 -07:00
Lluís Batlle i Rossell
0d23e54588
opus-tools: update
2013-03-20 20:28:39 +01:00
Lluís Batlle i Rossell
cd370052b8
libopus: update
2013-03-20 20:28:39 +01:00
Peter Simons
d28d3f37a8
topgit: fix build on FreeBSD
...
The BSD unices have a version of install(1) that doesn't support the -D flag. Grr.
2013-03-20 11:43:43 +01:00
Peter Simons
35520356fd
haskell-warp: update to version 1.3.7.5
2013-03-20 10:44:55 +01:00
Peter Simons
5bc4ec3f07
haskell-stm-conduit: update to version 1.0.0
2013-03-20 10:44:55 +01:00
Peter Simons
e61805cc77
haskell-comonad: update to version 3.0.2
2013-03-20 10:44:55 +01:00
Peter Simons
4d54ec0444
haskell-cereal-conduit: update to version 0.7
2013-03-20 10:44:55 +01:00
Peter Simons
2d00a0f8d5
haskell-bson: update to version 0.2.2
2013-03-20 10:44:55 +01:00
Peter Simons
60295ebd98
haskell-X11: update to version 1.6.1.1
2013-03-20 10:44:54 +01:00
Peter Simons
7ee8641410
haskell-xmonad-contrib: update to version 0.11.1
2013-03-20 10:44:54 +01:00
Peter Simons
51e64392ea
git-annex: update to version 4.20130314
2013-03-20 10:15:06 +01:00
Peter Simons
a1a7448e5b
topgit: update to version 0.9
2013-03-20 09:50:06 +01:00
modulistic
ae9b33ac51
i3 window manager: version bump from 4.5 to 4.5.1
2013-03-20 00:14:22 +01:00
modulistic
f976962d7b
i3 window manager: enable Pango support for antialiased fonts
2013-03-20 00:13:44 +01:00
modulistic
1eb4377840
i3 window manager: cairo.override with xcbSupport enabled, on par with i3lock
2013-03-20 00:11:58 +01:00
Vladimír Čunát
111c8db500
ctl: fix build with gcc47
2013-03-19 22:34:33 +01:00
Vladimír Čunát
907602d5b8
dbus: several fixes
...
- disable the tests as (they warn) they make the library insecure
- add libX11 (was missing something)
- dirty hack around the "incomplete struct ucred" problem
(feel free to find a better solution, I tried almost 1h)
2013-03-19 22:16:57 +01:00
Florian Friesdorf
1c86db4bc3
openldap: support building without cyrus-sasl and tls
2013-03-19 19:14:47 +01:00
Florian Friesdorf
4ab9c00850
openldap-2.4.34
2013-03-19 19:14:47 +01:00
Florian Friesdorf
36ca429641
ipdbplugin: nose ipdb plugin, nosetests --ipdb
2013-03-19 19:14:47 +01:00
Shea Levy
a7359deca8
edk2: Update
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-19 13:59:40 -04:00
Lluis Batlle
61f9b4f61b
Fixing the go timezones. glibc doesn't include the zoneinfo anymore.
2013-03-19 11:48:12 +01:00
Michael Raskin
2d2123b8d7
Update Linux 3.9-rc to rc3
2013-03-19 13:34:57 +04:00
Michael Raskin
c306d2f899
Fix references to ifconfig and route
2013-03-19 13:21:04 +04:00
Lluís Batlle i Rossell
ac807625a7
storebrowse: update fixing bugs
...
I try to add build rules for arm too.
2013-03-18 22:45:47 +01:00
Eelco Dolstra
93a963f347
nixUnstable: Update to the latest
...
This is mostly to get rid of those annoying Perl warnings in NixOS...
2013-03-18 22:35:33 +01:00
Vladimír Čunát
3836ef7d66
gmp: revert to using bz2 sources
...
Bootstrapping of stdenv can't handle anything else.
2013-03-18 18:23:32 +01:00
Lluís Batlle i Rossell
0236cc5d88
iputils: build and install the manpages
2013-03-18 15:07:20 +01:00
Lluís Batlle i Rossell
d711dcc070
Adding setup-hook for opensp, to set the sgml catalog files
...
This sets the SGML_CATALOG_FILES, similar to how libxml2 does the same with
XML_CATALOG_FILES.
I based the hook on the libxml2 one, and I followed the instructions about this
variable here:
http://docbook.sourceforge.net/release/dsssl/1.79/doc/install.html
2013-03-18 15:07:20 +01:00
Lluís Batlle i Rossell
4ae71ad19d
Adding the sgml dtd for docbook 3.1
...
Required by iputils manpages.
2013-03-18 15:07:20 +01:00
Lluís Batlle i Rossell
4ef33e7a67
perlPackages: add SGMLSpm
...
Required by iputils to create the manpages.
2013-03-18 15:07:19 +01:00
Peter Simons
a3e96d7d94
Merge pull request #393 from aforemny/haskell-authenticate-oauth
...
Add haskell-authenticate-oauth
2013-03-18 06:21:56 -07:00
Lluís Batlle i Rossell
ec99c8625b
openjade: making it build
...
It wants an older perl.
2013-03-18 13:56:51 +01:00
Alexander Foremny
7c071ade78
Add haskell-authenticate-oauth
2013-03-18 13:29:00 +01:00
Lluís Batlle i Rossell
1e1b6ee733
iputils: update 20101006 to 20121221
...
Still without manpages! I don't know where to get SGML tools.
2013-03-18 12:21:47 +01:00
Lluís Batlle i Rossell
36054d4e3c
podofo: update 0.9.1 to 0.9.2
2013-03-18 12:21:47 +01:00
Peter Simons
3e4b863c62
Merge pull request #388 from aforemny/haskell-netwire
...
Add haskell-netwire
2013-03-18 04:20:23 -07:00
Peter Simons
c78d28fb72
Merge pull request #389 from aforemny/haskell-cereal-conduit
...
Add haskell-cereal-conduit
2013-03-18 04:19:51 -07:00
Peter Simons
dad328f766
Merge pull request #390 from aforemny/haskell-stm-conduit
...
Add haskell-stm-conduit
2013-03-18 04:19:29 -07:00
Peter Simons
21a7031e3e
haskell-vty-ui: jailbreak to fix build with recent versions of QuickCheck
2013-03-18 12:17:26 +01:00