Commit graph

16367 commits

Author SHA1 Message Date
Eelco Dolstra
43b5478d1d * x11vnc updated to 0.9.13.
svn path=/nixpkgs/trunk/; revision=30356
2011-11-09 16:44:49 +00:00
Evgeny Egorochkin
11426750a0 Revert "DigiKam: fix deps"
This commit breaks hydra evaluation for some reason, but it works locally for some reason...
This reverts commit 3ba002080ab1d8e28ca1b824de01a5156487735f.

svn path=/nixpkgs/trunk/; revision=30355
2011-11-09 14:24:14 +00:00
Evgeny Egorochkin
f8799c65fd DigiKam: fix deps
svn path=/nixpkgs/trunk/; revision=30354
2011-11-09 13:01:55 +00:00
Evgeny Egorochkin
6d51717fcf Bangarang: fix deps to get it to compile against kde 4.7
svn path=/nixpkgs/trunk/; revision=30353
2011-11-09 13:01:51 +00:00
Evgeny Egorochkin
64ee527151 Duplicity: version bump
svn path=/nixpkgs/trunk/; revision=30352
2011-11-09 13:01:46 +00:00
Evgeny Egorochkin
33ebbc07dd udev: fix for bluetooth devices according to https://bugs.archlinux.org/task/25356
svn path=/nixpkgs/trunk/; revision=30351
2011-11-09 12:58:17 +00:00
Shea Levy
fe5dd801b7 The rtl8192c firmware is back on the realtek site at a new location
svn path=/nixpkgs/trunk/; revision=30350
2011-11-09 00:03:58 +00:00
Lluís Batlle i Rossell
d72fe9fee2 Adding prayer. It builds on linux x86_64, but I've not tried to run it.
svn path=/nixpkgs/trunk/; revision=30347
2011-11-08 21:07:57 +00:00
Peter Simons
4473afa297 haskell-xml-enumerator: updated to version 0.4.3.2
svn path=/nixpkgs/trunk/; revision=30338
2011-11-08 17:06:06 +00:00
Peter Simons
9dcb5da174 git-annex: updated to version 3.20111107
svn path=/nixpkgs/trunk/; revision=30337
2011-11-08 16:59:30 +00:00
Shea Levy
d800dcc26c Linux 3.2-rc1
svn path=/nixpkgs/trunk/; revision=30336
2011-11-08 16:58:20 +00:00
Shea Levy
7868432b2e I no longer wish to maintain older aufs versions
svn path=/nixpkgs/trunk/; revision=30330
2011-11-08 16:04:14 +00:00
Shea Levy
c65ff0d37d Update aufs3.0, add aufs3.1
svn path=/nixpkgs/trunk/; revision=30329
2011-11-08 16:00:19 +00:00
Eelco Dolstra
172c52f9e9 * Per the coding guidelines, put different AUFS versions in the same
directory.

svn path=/nixpkgs/trunk/; revision=30324
2011-11-08 15:15:07 +00:00
Eelco Dolstra
b26931a480 * Refactoring: let linuxPackages.aufs and linuxPackages.aufs_util
evaluate to right AUFS for the kernel in question.

svn path=/nixpkgs/trunk/; revision=30322
2011-11-08 15:05:54 +00:00
Eelco Dolstra
756df1fb12 * Remove AUFS1, it's obsolete and we don't use it anymore.
svn path=/nixpkgs/trunk/; revision=30321
2011-11-08 14:54:46 +00:00
Eelco Dolstra
169d5c3214 * Bump nixUnstable.
svn path=/nixpkgs/trunk/; revision=30319
2011-11-08 14:18:59 +00:00
Michael Raskin
6947317d3c Fix xine-ui build - curl dropped curl/types.h
svn path=/nixpkgs/trunk/; revision=30318
2011-11-08 11:18:24 +00:00
Michael Raskin
753ef6a635 Fix gosmore build - curl dropped curl/types.h
svn path=/nixpkgs/trunk/; revision=30317
2011-11-08 10:19:50 +00:00
Michael Raskin
d5a21a68e5 Fix raptor build - curl dropped curl/types.h
svn path=/nixpkgs/trunk/; revision=30315
2011-11-08 10:07:03 +00:00
Peter Simons
4098071398 gravit: cosmetic
svn path=/nixpkgs/trunk/; revision=30314
2011-11-08 10:01:14 +00:00
Eelco Dolstra
4d0b546566 * Update Debian Squeeze to 6.0.3.
svn path=/nixpkgs/trunk/; revision=30310
2011-11-07 23:05:50 +00:00
Eelco Dolstra
bb889c3605 * Revert both r30278 (cmake upgrade) and r30307 (zlib fix to get cmake
to build).  These are more appropriate to the stdenv branch.  I'll
  apply them there.

svn path=/nixpkgs/trunk/; revision=30308
2011-11-07 22:05:46 +00:00
David Guibert
f5a2998c03 fix _LARGEFILE64_SOURCE in zlib
svn path=/nixpkgs/trunk/; revision=30307
2011-11-07 21:33:37 +00:00
Yury G. Kudryashov
ddcce29b18 phonon-4.5.1
Builds against pulseaudio-1.x

svn path=/nixpkgs/trunk/; revision=30306
2011-11-07 21:14:00 +00:00
Eelco Dolstra
e525da59f6 * SQLite 3.7.9.
svn path=/nixpkgs/trunk/; revision=30304
2011-11-07 21:09:52 +00:00
Shea Levy
51eab4deaa Only build clang on Linux until the wrapper is set up for non-Linux stdenvs
svn path=/nixpkgs/trunk/; revision=30302
2011-11-07 19:24:01 +00:00
Eelco Dolstra
7fdb29f0f3 * Make the X11 dependency in PulseAudio optional, just like the JACK
dependency.  This is important to prevent these dependencies from
  propagating to all PulseAudio clients.  The PulseAudio server in
  NixOS can enable X11 support (if desired) by setting

    hardware.pulseaudio.package = pkgs.pulseaudio.override {
      x11Support = true;
    };

svn path=/nixpkgs/trunk/; revision=30300
2011-11-07 17:51:04 +00:00
Peter Simons
dd8a7b38db esniper: fixed build with current version of curl
svn path=/nixpkgs/trunk/; revision=30299
2011-11-07 17:48:51 +00:00
Eelco Dolstra
b8153a3ac5 * Fix typo in meta.platforms.
svn path=/nixpkgs/trunk/; revision=30298
2011-11-07 17:31:10 +00:00
Yury G. Kudryashov
22726acbfc libical-0.47 (e.g., contains updated TZ info)
svn path=/nixpkgs/trunk/; revision=30296
2011-11-07 16:48:40 +00:00
Yury G. Kudryashov
b01ac075d5 glib-2.30: add passthru.gioModuleDir
svn path=/nixpkgs/trunk/; revision=30295
2011-11-07 16:48:34 +00:00
Yury G. Kudryashov
27ecfa843a json-glib-0.14.0
svn path=/nixpkgs/trunk/; revision=30294
2011-11-07 16:48:27 +00:00
Yury G. Kudryashov
c97639368f libproxy-0.4.7
svn path=/nixpkgs/trunk/; revision=30293
2011-11-07 16:48:22 +00:00
Yury G. Kudryashov
a1745052e0 p11-kit
svn path=/nixpkgs/trunk/; revision=30292
2011-11-07 16:48:14 +00:00
Yury G. Kudryashov
13a3365d4a Add cogl
svn path=/nixpkgs/trunk/; revision=30291
2011-11-07 16:48:05 +00:00
Lluís Batlle i Rossell
74ef91cfae Updating ntp
svn path=/nixpkgs/trunk/; revision=30290
2011-11-07 15:07:19 +00:00
Peter Simons
cf77f59ce9 stellarium: updated to version 0.11.1
svn path=/nixpkgs/trunk/; revision=30289
2011-11-07 10:04:40 +00:00
Michael Raskin
0efee09246 Use correct gmp for cross-build
svn path=/nixpkgs/trunk/; revision=30288
2011-11-07 04:26:06 +00:00
Lluís Batlle i Rossell
adc111e85f Changing my email address, to one I prefer.
svn path=/nixpkgs/trunk/; revision=30286
2011-11-06 21:38:34 +00:00
Michael Raskin
3b3c1670d1 Obviously, iproute needs host flex
svn path=/nixpkgs/trunk/; revision=30285
2011-11-06 21:38:02 +00:00
Ludovic Courtès
84888ac3f1 glibc 2.12: Add an option to keep debugging symbols.
svn path=/nixpkgs/trunk/; revision=30284
2011-11-06 21:06:05 +00:00
David Guibert
18fcb0f5f8 update pulseaudio 0.9.23 -> 1.1
svn path=/nixpkgs/trunk/; revision=30279
2011-11-06 20:03:07 +00:00
David Guibert
29bdb369ab update cmake
svn path=/nixpkgs/trunk/; revision=30278
2011-11-06 20:03:00 +00:00
Michael Raskin
a64122818f Cross-compiling TinyCC: move build helpers to buildNativeInputs
svn path=/nixpkgs/trunk/; revision=30277
2011-11-06 19:18:02 +00:00
Peter Simons
c03581c2be haskell-hlint: updated to version 1.8.18
svn path=/nixpkgs/trunk/; revision=30273
2011-11-06 18:36:45 +00:00
Peter Simons
dc4b393ded haskell-uniplate: updated to version 1.6.5
svn path=/nixpkgs/trunk/; revision=30272
2011-11-06 18:36:42 +00:00
Peter Simons
5b28154e86 haskell-tagsoup: updated to version 0.12.4
svn path=/nixpkgs/trunk/; revision=30271
2011-11-06 18:36:39 +00:00
Peter Simons
e576156354 haskell-system-filepath: updated to version 0.4.3
svn path=/nixpkgs/trunk/; revision=30270
2011-11-06 18:36:36 +00:00
Peter Simons
7130820f8c haskell-system-fileio: updated to version 0.3.3
svn path=/nixpkgs/trunk/; revision=30269
2011-11-06 18:36:33 +00:00