Eduard Carreras
76d8f6b7be
VLC: update to v2.0.4
2012-10-19 18:57:19 +02:00
Ludovic Courtès
c8d9220257
cairo: pass `libiconvOrEmpty'; fixes builds on non-GNU system
2012-10-19 14:10:24 +02:00
Ludovic Courtès
6f21c88ffc
gnutls: update to 3.1.3
2012-10-19 14:10:24 +02:00
Ludovic Courtès
1189d3fb2a
nettle: update to 2.5.
2012-10-19 14:10:24 +02:00
Michael Raskin
47d3d58ec6
Fix xwd build
2012-10-19 13:50:02 +04:00
Peter Simons
118a5cf540
haskell-silently: update to version 1.2.3
2012-10-19 10:38:46 +02:00
Peter Simons
5741294501
haskell-DSH: update to version 0.8.2.2
2012-10-19 10:38:46 +02:00
Peter Simons
a29717f41f
stellarium: update to version 0.11.4
2012-10-19 10:19:41 +02:00
Peter Simons
24ec840736
wxmaxima: update to version 12.09.0
2012-10-19 10:12:31 +02:00
Peter Simons
5c59edb8f4
maxima: update to version 5.28.0
2012-10-19 10:12:31 +02:00
Peter Simons
58f3e47166
git: update to version 1.7.12.4
2012-10-19 10:08:07 +02:00
Rickard Nilsson
ae573d8501
skype: Fix syntax error in .desktop-file
2012-10-19 09:53:06 +02:00
Michael Raskin
0e930058ae
Update TigerVNC to SVN checkout that at least builds..
2012-10-18 20:49:22 +04:00
Eelco Dolstra
76c010b928
linux: Update to 3.2.32
2012-10-18 12:22:17 -04:00
Ludovic Courtès
bf08f68ccb
blas: really fix installation on FreeBSD
2012-10-18 17:35:00 +02:00
Eelco Dolstra
2947f91371
nvidia-x11: Update to 304.51
2012-10-18 10:10:49 -04:00
Mathijs Kwik
e0e00a86cb
node-packages
...
- add async-0.1.22
- add wu-0.1.8
- upgrade mongodb-1.1.11
- upgrade bson-0.1.5
- upgrade underscore-1.4.2
2012-10-18 15:23:56 +02:00
Rickard Nilsson
a25a84ff86
jackaudio: Add extra download URL. Main site seems down.
2012-10-18 14:17:21 +02:00
Peter Simons
a8b903c849
haskell-zip-archive: update to version 0.1.2.1
2012-10-18 14:16:47 +02:00
Peter Simons
fcc014e13e
haskell-shelly: update to version 0.14.2
2012-10-18 14:16:47 +02:00
Peter Simons
b15bc6df90
haskell-network-info: update to version 0.2.0.3
2012-10-18 14:16:47 +02:00
Peter Simons
d51ef5ab35
haskell-monadcryptorandom: update to version 0.5
2012-10-18 14:16:47 +02:00
Peter Simons
49229ee47e
haskell-dbus: update to version 0.10.2
2012-10-18 14:16:47 +02:00
Peter Simons
94827f5b5d
haskell-conduit: update to version 0.5.2.7
2012-10-18 14:16:47 +02:00
Peter Simons
609b1b01c3
haskell-DSH: update to version 0.8.2.1
2012-10-18 14:16:46 +02:00
Peter Simons
278601befb
Merge pull request #154 from ecarreras/synergy-foss
...
Synergy foss
2012-10-18 03:18:40 -07:00
Ludovic Courtès
223b285776
cairo: clear all occurrences of `-ldl' on FreeBSD
2012-10-18 12:13:07 +02:00
Ludovic Courtès
fa7f30bf5e
glib: disable the NeXTstep on Darwin
2012-10-18 11:12:35 +02:00
Ludovic Courtès
b9982a7d11
cairo: fix FreeBSD builds
2012-10-18 10:53:05 +02:00
Ludovic Courtès
dc3fafe06d
blas: `install -d' on FreeBSD
2012-10-18 10:21:24 +02:00
Marc Weber
b18be4e5e5
adding csound
2012-10-18 06:24:32 +02:00
Michael Raskin
070f38d48d
Update pqiv
2012-10-18 00:34:09 +04:00
Michael Raskin
3d2e43df37
Update sgt-puzzles
2012-10-18 00:21:42 +04:00
Lluís Batlle i Rossell
57dcac2d2a
nvidia-legacy-173: updating to build with linux 3.6
2012-10-17 22:08:31 +02:00
Michael Raskin
2867563496
Adding a RC version of LinuX Containers
2012-10-17 23:16:42 +04:00
Michael Raskin
640a13c04c
Update Psi
2012-10-17 22:59:41 +04:00
Michael Raskin
3b01ff4591
Update Wireshark
2012-10-17 22:45:54 +04:00
Michael Raskin
cdb8f0dfe4
Update Lazarus
2012-10-17 22:24:39 +04:00
Eelco Dolstra
f7436a9141
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-17 12:07:03 -04:00
aszlig
0b592ce677
apache-httpd/2.4: Add modules for NixOS service.
...
The NixOS service module loads those modules by default. So we need to build
them here as well.
I'm not really sure why these modules are included by default, because (except
from maybe CGI) they obviously are only usable in very rare cases. Am I wrong?
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-17 15:56:08 +02:00
aszlig
2f3dcb9dd2
apache-httpd/2.4: Fix libxml2 support.
...
The reason because the configure script is unnable to find libxml2 is because it
is searching for a header file in `libxml/*.h`. Obviously this cases an error,
because it's actually in `${libxml2}/include/libxml2/libxml/*.h`, so let's add
the parent directory to --with-libxml2 and remove the comment from buildInputs.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-17 15:56:07 +02:00
Michael Raskin
07f44ad945
Update Wine
2012-10-17 17:22:32 +04:00
Michael Raskin
cdd51e2730
Update Squid 3.2 to the latest 3.2.2 version
2012-10-17 16:44:26 +04:00
Michael Raskin
8eec7bf2f6
Updating BIND to freshest version 9.9.2
2012-10-17 16:27:38 +04:00
Michael Raskin
df2975f928
Update ECL to 12.7.1
2012-10-17 15:22:43 +04:00
Michael Raskin
3f0c47091c
Update Clozure Common Lisp to version 1.8
2012-10-17 11:09:44 +04:00
Eelco Dolstra
ae7044a001
nix: Update to 1.2pre2950_ac238d6
2012-10-16 17:11:54 -04:00
Peter Simons
9b302e1518
Merge branch 'master' into x-updates
2012-10-16 19:10:46 +02:00
Peter Simons
347b5800b2
grub-2.0: strip trailing whitespace
2012-10-16 19:10:16 +02:00
Peter Simons
06bdd77d3d
grub-2.0: fix bash completion script
2012-10-16 19:10:11 +02:00