Commit Graph

12712 Commits

Author SHA1 Message Date
Ludovic Courtès
5ce453b66e GNU acct 6.5.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25083
2010-12-12 20:19:43 +00:00
Ludovic Courtès
8404ee65b6 GNU Parallel 20101202.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25082
2010-12-12 20:19:38 +00:00
Ludovic Courtès
ac8c173eb6 GnuTLS 2.10.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25081
2010-12-12 20:19:33 +00:00
Ludovic Courtès
a54b2d2ff0 GNU FreeDink 1.08.20101114.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25080
2010-12-12 20:19:28 +00:00
Ludovic Courtès
c4756a5bb3 GNU libtasn1 2.9.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25079
2010-12-12 20:19:23 +00:00
Ludovic Courtès
12280e41b6 GNU Linear Programming Kit 4.45.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25078
2010-12-12 20:19:18 +00:00
Ludovic Courtès
209522e365 GNU Common C++ 1.8.1.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25077
2010-12-12 20:19:13 +00:00
Ludovic Courtès
ac09f5b42d GNU ccRTP 1.7.2.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25076
2010-12-12 20:19:08 +00:00
Ludovic Courtès
8416f47e26 GNU Zile 2.3.21.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25075
2010-12-12 20:19:03 +00:00
Lluís Batlle i Rossell
e949c432a2 Fixing the evaluation of eval-release.nix. I don't understand why, but something ends up
evaluating glibc.hostDrv.


svn path=/nixpkgs/branches/stdenv-updates/; revision=25070
2010-12-12 17:07:54 +00:00
Lluís Batlle i Rossell
0fe27433af 'tar' fails at unpacking adobe files, but the files get unpacked.
I simply disable the check for tar error codes.


svn path=/nixpkgs/branches/stdenv-updates/; revision=25067
2010-12-12 08:47:13 +00:00
Lluís Batlle i Rossell
ee04ffcb55 Updating from trunk. I resolved simple conflicts.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
2010-12-11 12:47:00 +00:00
Eelco Dolstra
97d4a54698 * nixSqlite: bump. Also, go back to using SQLite 3.7 because 3.6 also
gives random "database image is malformed" errors.

svn path=/nixpkgs/trunk/; revision=25050
2010-12-10 10:22:23 +00:00
Eelco Dolstra
5b9427a829 * SQLite 3.7.4.
svn path=/nixpkgs/trunk/; revision=25049
2010-12-10 10:21:45 +00:00
Michael Raskin
4c83dca2b4 Update X-Moto
svn path=/nixpkgs/trunk/; revision=25047
2010-12-10 05:40:33 +00:00
Ludovic Courtès
3f1a32c266 Image-ExifTool 8.41.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25046
2010-12-09 23:43:01 +00:00
Tobias Hammerschmidt
4c9fe18b8a broadcom wireless driver - patch by Vladimír Čunát
svn path=/nixpkgs/trunk/; revision=25044
2010-12-09 19:05:19 +00:00
Marco Maggesi
9568a1bc80 * Enable hydra compilation for ocaml 3.11.1 (error in the previous commit)
svn path=/nixpkgs/trunk/; revision=25043
2010-12-09 15:44:05 +00:00
Marco Maggesi
7b49a49cbb * Enable hydra compilation for ocaml 3.11.1
svn path=/nixpkgs/trunk/; revision=25042
2010-12-09 15:41:14 +00:00
Marco Maggesi
ac457478e3 * Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00
Marco Maggesi
114fa21c48 * Add ocaml 3.12.0
svn path=/nixpkgs/trunk/; revision=25040
2010-12-09 14:03:13 +00:00
Lluís Batlle i Rossell
2d3cf91094 Updating openssl according to a security advisory in their web page.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25039
2010-12-08 21:36:03 +00:00
Eelco Dolstra
b555e4d8d6 * NVIDIA drivers updated to 260.19.21.
svn path=/nixpkgs/trunk/; revision=25037
2010-12-08 19:20:01 +00:00
Eelco Dolstra
d6f066c8ed * e2fsprogs updated to 1.41.12.
svn path=/nixpkgs/trunk/; revision=25035
2010-12-08 17:58:18 +00:00
Lluís Batlle i Rossell
43930b36d9 I had changed the gcc-wrapper shell attribute, for it to be a specific kind of
derivation instead of a string, but this did not cover all use cases we had.
Instead of updating the use cases, I made the wrapper accept also a string.

We saw this problem trying to build gcc43_multi.


svn path=/nixpkgs/branches/stdenv-updates/; revision=25029
2010-12-07 15:18:05 +00:00
Eelco Dolstra
7236f87bed * Bump.
svn path=/nixpkgs/trunk/; revision=25025
2010-12-07 13:16:11 +00:00
Eelco Dolstra
41cffbd0c3 * nixSqlite: use SQLite 3.6.x. 3.7.x gives weird "malformed
disk image" errors.

svn path=/nixpkgs/trunk/; revision=25023
2010-12-07 12:03:07 +00:00
Peter Simons
baa9150130 pkgs/development/tools/build-managers/scons: cosmetic build improvements
- The flag "--mandir" has no effect with setup.py. Instead, "--install-data"
   must be used.

 - Don't generate wrappers for trivial symlink aliases in bin.

 - Prefer symlinks over hard-links.

 - The dependencies of this expression don't need to be propagated.

svn path=/nixpkgs/trunk/; revision=25021
2010-12-07 11:41:25 +00:00
Eelco Dolstra
04ec671c8a * Run smbd in its own session / process group (setsid) because smbd
now kills its process group when it exits.  Without setsid, this
  ends up killing the parent (i.e., the builder).
* Use port 445 instead of 139 because the CIFS kernel module tries
  port 445 first.  If there is an actual Samba running on the host, it
  would end up connecting to that one instead of our own and fail.

svn path=/nixpkgs/trunk/; revision=25017
2010-12-06 19:03:32 +00:00
Eelco Dolstra
c4d731f52b * Samba updated to 3.5.6. Build with --localstatedir=/var to prevent
smbd from writing in $out/var at runtime.  Also added --with-fhs.

svn path=/nixpkgs/trunk/; revision=25015
2010-12-06 18:59:07 +00:00
Peter Simons
9bd9e32aa8 pkgs/tools/system/ipmitool: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25014
2010-12-06 18:01:57 +00:00
Peter Simons
d46e80976c pkgs/tools/admin/tightvnc: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25013
2010-12-06 18:01:51 +00:00
Peter Simons
dffe4189e7 pkgs/tools/X11/x11vnc: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25012
2010-12-06 18:01:46 +00:00
Peter Simons
747604d740 pkgs/development/tools/misc/distcc: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25011
2010-12-06 18:01:40 +00:00
Peter Simons
e47468ce76 pkgs/development/tools/documentation/doxygen: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25010
2010-12-06 18:01:34 +00:00
Peter Simons
1e1610b37e pkgs/development/tools/build-managers/scons: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25009
2010-12-06 18:01:28 +00:00
Peter Simons
d1d201f11e subversion: don't specify both --disable-keychain and --enable-keychain
svn path=/nixpkgs/trunk/; revision=25008
2010-12-06 18:01:22 +00:00
Peter Simons
b2ae5a5ba9 pkgs/tools/compression/bzip2: move --mandir into standard location $out/share/man
svn path=/nixpkgs/branches/stdenv-updates/; revision=25007
2010-12-06 17:48:52 +00:00
Peter Simons
475cbea101 pkgs/tools/text/replace: move --mandir to standard location $out/share/man
Also, fixed the type of $makeFlags, which is a string, not a list.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25006
2010-12-06 17:43:57 +00:00
Lluís Batlle i Rossell
09bcba17f5 Adding the nanonote openwrt 2.6.36 kernel
svn path=/nixpkgs/branches/stdenv-updates/; revision=25005
2010-12-06 15:30:19 +00:00
Eelco Dolstra
bf0fa02bff * Fix the GRUB 1 build on x86_64-linux. It didn't build because
gcc43_multi is broken in the stdenv branch.  However, for GRUB 1 we
  can just use the 32-bit build of GRUB (using callPackage_i686).

svn path=/nixpkgs/branches/stdenv-updates/; revision=25003
2010-12-06 14:25:58 +00:00
Eelco Dolstra
b94588c5c4 * Remove obsolete patch.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25001
2010-12-06 13:45:07 +00:00
Eelco Dolstra
528a471aa8 * apr-util updated to 1.3.10.
svn path=/nixpkgs/trunk/; revision=25000
2010-12-06 13:34:00 +00:00
Yury G. Kudryashov
292db979cb Be more verbose
svn path=/nixpkgs/trunk/; revision=24997
2010-12-06 12:04:42 +00:00
Yury G. Kudryashov
c87a2ea713 Add Netlink library
svn path=/nixpkgs/trunk/; revision=24996
2010-12-06 12:04:36 +00:00
Yury G. Kudryashov
f3d4030979 Remove unused items from manifest.nix
svn path=/nixpkgs/trunk/; revision=24995
2010-12-06 12:04:31 +00:00
Yury G. Kudryashov
dc44c0eeeb kde-l10n-4.5.3
svn path=/nixpkgs/trunk/; revision=24994
2010-12-06 12:04:27 +00:00
Yury G. Kudryashov
9d8000c968 Fix l10n manifest generation script
svn path=/nixpkgs/trunk/; revision=24993
2010-12-06 12:04:21 +00:00
Yury G. Kudryashov
1f558f78df There will be no kdepim-4.5.x
svn path=/nixpkgs/trunk/; revision=24992
2010-12-06 12:04:16 +00:00
Yury G. Kudryashov
eeda98a673 Remove qt-4.5
svn path=/nixpkgs/trunk/; revision=24991
2010-12-06 12:04:09 +00:00