Commit Graph

6166 Commits

Author SHA1 Message Date
Marc Weber
23ca0bb3c2 vim version (7.2), optional .nix filetype detection and syntax highlighting
svn path=/nixpkgs/trunk/; revision=14431
2009-03-07 00:27:13 +00:00
Marc Weber
08e1c08bc7 moved debugging functions into lib module "debug"
svn path=/nixpkgs/trunk/; revision=14430
2009-03-06 23:21:35 +00:00
Marc Weber
49b115132d add error context to all top level attr names of all-packages.nix
svn path=/nixpkgs/trunk/; revision=14429
2009-03-06 23:21:31 +00:00
Marc Weber
b56ed35851 replacing applyAndFun by lib.defaultOverridableDelayableArgs
applyAndFun has a bug resulting in the same arg beeing added more than
once when using a concatenating merge function for the attr set.

I've tried giving the function a name "overridableDelayableArgs" which
resembles its usage much more.

important refactoring:
  applyAndFun had .fun and .funMerge only when passing the merge
  function lib.mergeOrApply

  composableDerivation {
    initial = {
      ...
    };
  }

to

  overridableDelayableArgs has always .replace and .merge
  composableDerivation {} {
    ...
  }

svn path=/nixpkgs/trunk/; revision=14428
2009-03-06 23:21:28 +00:00
Marc Weber
51289a41b0 adjust packages to overridableDelayableArgs
svn path=/nixpkgs/trunk/; revision=14427
2009-03-06 23:21:24 +00:00
Marc Weber
f1183f33e3 added simple lib test case for overridableDelayableArgs
svn path=/nixpkgs/trunk/; revision=14426
2009-03-06 23:21:17 +00:00
Marc Weber
5ddfa7ed64 moved catAttrs, attrVals into attrsets.nix, adding attrValues
svn path=/nixpkgs/trunk/; revision=14425
2009-03-06 23:21:14 +00:00
Marc Weber
be3a9f2346 added overridableDelayableArgs replacing applyAndFun
svn path=/nixpkgs/trunk/; revision=14424
2009-03-06 23:21:12 +00:00
Marc Weber
e917282535 added eqStrict (deep, strict test for equality)
it can replace eqList and can compare attrs as well

svn path=/nixpkgs/trunk/; revision=14423
2009-03-06 23:21:09 +00:00
Eelco Dolstra
d0691bf1d7 * We don't need all that src.outPath / src.path hackery anymore.
svn path=/nixpkgs/trunk/; revision=14419
2009-03-06 16:53:44 +00:00
Eelco Dolstra
bd5aed6fd6 * Set argv[0] to a nicer value.
svn path=/nixpkgs/trunk/; revision=14418
2009-03-06 16:53:02 +00:00
Ludovic Courtès
f301e8423b GNU Gnash 0.8.5.
svn path=/nixpkgs/trunk/; revision=14415
2009-03-06 14:24:27 +00:00
Ludovic Courtès
fac7dc875a Build Doxygen.
svn path=/nixpkgs/trunk/; revision=14352
2009-03-05 15:42:42 +00:00
Ludovic Courtès
a2317f6997 Doxygen 1.5.8.
svn path=/nixpkgs/trunk/; revision=14350
2009-03-05 15:17:53 +00:00
Eelco Dolstra
e263446442 * Firefox 3.0.7.
* Chatzilla 0.9.84.

svn path=/nixpkgs/trunk/; revision=14346
2009-03-05 14:06:07 +00:00
Sander van der Burg
628c3d0929 Changed download location of phonon
svn path=/nixpkgs/trunk/; revision=14341
2009-03-05 11:44:54 +00:00
Sander van der Burg
5e8908c481 Upgrade to KDE 4.2.1
svn path=/nixpkgs/trunk/; revision=14340
2009-03-05 11:09:47 +00:00
Armijn Hemel
53bf781136 update to 2.5.5
svn path=/nixpkgs/trunk/; revision=14339
2009-03-04 23:05:11 +00:00
Lluís Batlle i Rossell
08a1042318 Adding neverball 1.5.0, which comes with neverputt. Fun.
svn path=/nixpkgs/trunk/; revision=14338
2009-03-04 17:28:25 +00:00
Ludovic Courtès
70657dbb83 GnuPG 2.0.11.
svn path=/nixpkgs/trunk/; revision=14329
2009-03-04 13:41:52 +00:00
Marc Weber
b288a02e9a nixUnstable version bump to 0.13pre14314
svn path=/nixpkgs/trunk/; revision=14326
2009-03-04 12:08:56 +00:00
Marc Weber
62a0aafa04 nixUnstable version bump to 0.13pre13641
svn path=/nixpkgs/trunk/; revision=14325
2009-03-04 12:08:51 +00:00
Lluís Batlle i Rossell
f3a4388ddc Updating flashplayer10 for i686, and adding it for x64.
I haven't tried the builder for i686, but I think it should work. The fix should be easy in any cas.
I don't think I've written pretty nix code, so I'm looking forward for revision.


svn path=/nixpkgs/trunk/; revision=14324
2009-03-04 11:04:16 +00:00
Ludovic Courtès
fb9ace2e56 CEDET: Run the test suite the right way.
svn path=/nixpkgs/trunk/; revision=14318
2009-03-03 19:45:04 +00:00
Ludovic Courtès
1c7bf2d846 GNU Zile 2.3.3.
svn path=/nixpkgs/trunk/; revision=14317
2009-03-03 19:35:56 +00:00
Eelco Dolstra
fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Eelco Dolstra
9efba4b3b0 * Added IO::Compress::Bzip2.
svn path=/nixpkgs/trunk/; revision=14306
2009-03-03 10:36:29 +00:00
Eelco Dolstra
2c0558e11c * Valgrind 3.4.1.
svn path=/nixpkgs/trunk/; revision=14304
2009-03-03 09:19:50 +00:00
Armijn Hemel
2d1a047761 add stunnel
svn path=/nixpkgs/trunk/; revision=14301
2009-03-02 15:23:52 +00:00
Ludovic Courtès
fd93dfbe9d CEDET 1.0pre6.
svn path=/nixpkgs/trunk/; revision=14298
2009-03-02 15:11:54 +00:00
Eelco Dolstra
6bb95494e7 * Use the version attribute if available.
svn path=/nixpkgs/trunk/; revision=14297
2009-03-02 14:33:33 +00:00
Eelco Dolstra
84a0bd9c83 * Use qcow2.
svn path=/nixpkgs/trunk/; revision=14296
2009-03-02 14:31:33 +00:00
Eelco Dolstra
45081f330d * Append the version to the "name" attribute to make the store paths
of Hydra builds more distinct (e.g. "patchelf-build-0.5pre1234"
  instead of just "patchelf-build").  If the version isn't known,
  append at least the revision.

* Propagate the release name of the source tarball to Nix builds.
  Useful to provide sensible package names in channels.

svn path=/nixpkgs/trunk/; revision=14294
2009-03-02 13:45:48 +00:00
Eelco Dolstra
f19aea6d5a * Added openSUSE 11.0.
* Create some device nodes in the RPM/Deb disk images, since modern
  distributions may not provide any device nodes (they're all
  generated by udev).

svn path=/nixpkgs/trunk/; revision=14293
2009-03-02 13:22:31 +00:00
Sander van der Burg
df84d143c1 Some kdebindings-4.2 fixes
svn path=/nixpkgs/trunk/; revision=14291
2009-03-02 10:19:20 +00:00
Lluís Batlle i Rossell
301c3d31c9 Adding tunctl. I didn't know how to build the manpage, though.
svn path=/nixpkgs/trunk/; revision=14290
2009-03-01 21:34:39 +00:00
Lluís Batlle i Rossell
247ad8bfcf Adding LUKS cryptsetup for the devicemapper.
svn path=/nixpkgs/trunk/; revision=14289
2009-03-01 11:11:21 +00:00
Armijn Hemel
67cbb2c3fb update to 0.13.0
svn path=/nixpkgs/trunk/; revision=14288
2009-03-01 00:48:25 +00:00
Nicolas Pierron
e18a10d0ae * Refactor mkIf to extract the concept of properties.
Properties can be delay on any attribute set and have
functions which are used to define the semantic of each
property.

* Introduce the mkOverride property.

svn path=/nixpkgs/trunk/; revision=14285
2009-02-28 18:21:25 +00:00
Eelco Dolstra
02b2540b15 svn path=/nixpkgs/trunk/; revision=14284 2009-02-27 16:25:27 +00:00
Eelco Dolstra
30d188f92d * Graphviz 2.20.3.
svn path=/nixpkgs/trunk/; revision=14281
2009-02-27 15:36:14 +00:00
Peter Simons
c7e3110299 Use $NIXPKGS_CONFIG to determine whether ghostscript has cups support.
svn path=/nixpkgs/trunk/; revision=14275
2009-02-27 13:44:31 +00:00
Eelco Dolstra
0175270bf9 * Wine 1.1.15.
svn path=/nixpkgs/trunk/; revision=14273
2009-02-27 12:52:55 +00:00
Michael Raskin
9d06868cda Updated Lazarus
svn path=/nixpkgs/trunk/; revision=14263
2009-02-26 15:49:55 +00:00
Pjotr Prins
17e2100b03 Updated PAML package to 4.2a
svn path=/nixpkgs/trunk/; revision=14262
2009-02-26 15:22:13 +00:00
Michael Raskin
d6682c9514 Updated FPC. Patch partially by Felix Breuer
svn path=/nixpkgs/trunk/; revision=14261
2009-02-26 15:14:17 +00:00
Marc Weber
6a1ecaee94 added tightvnc note about solving connecting trouble
svn path=/nixpkgs/trunk/; revision=14260
2009-02-26 13:16:25 +00:00
Peter Simons
9cab85dd63 git: updated from 1.6.0.4 to 1.6.1.3
svn path=/nixpkgs/trunk/; revision=14259
2009-02-26 10:54:52 +00:00
Peter Simons
6febac4529 git.el: added fill-paragraph patch
The patch makes Emacs recognize "--- log message follows this line ---"
as a paragraph separator. It's going to be part of the distribution in
the foreseeable future.

svn path=/nixpkgs/trunk/; revision=14258
2009-02-26 10:54:44 +00:00
Ludovic Courtès
5ee528446d Build GNU Zile.
svn path=/nixpkgs/trunk/; revision=14257
2009-02-26 09:57:48 +00:00
Ludovic Courtès
9aabbea00e Build portmap' and nfs-utils'.
svn path=/nixpkgs/trunk/; revision=14256
2009-02-26 09:57:27 +00:00
Ludovic Courtès
e221d7ce61 TCP Wrappers: Use the Debian patches.
It has the following side effects (among others):

  * Fix compilation on x86_64.  We now only install the shared
    library and one of the Debian patches makes sure its objects
    are compiled with `-fPIC'.

  * Provide IPv6 support.

  * Fix man pages.

  * Fix `linux' makefile target.


svn path=/nixpkgs/trunk/; revision=14255
2009-02-26 09:53:31 +00:00
Lluís Batlle i Rossell
a54392bc53 Adding nylon.
svn path=/nixpkgs/trunk/; revision=14254
2009-02-25 23:21:44 +00:00
Lluís Batlle i Rossell
17abbe36d4 Adding remind and netpbm (maybe without all possible programs).
I agree the netpbm installation script is quite ugly, but I left a comment there.

svn path=/nixpkgs/trunk/; revision=14253
2009-02-25 22:44:08 +00:00
Marc Weber
daf2cd23dc gpm updated to version 1.20.6 so it compiles on x86_64
svn path=/nixpkgs/trunk/; revision=14252
2009-02-25 21:17:25 +00:00
Ludovic Courtès
38dd615de3 CEDET: Fix installation.
svn path=/nixpkgs/trunk/; revision=14250
2009-02-25 21:12:13 +00:00
Ludovic Courtès
8fba10c951 Add GNU Zile, a tiny Emacs clone.
svn path=/nixpkgs/trunk/; revision=14249
2009-02-25 20:24:18 +00:00
Ludovic Courtès
820ee6e61b G-Wrap 1.9.12.
svn path=/nixpkgs/trunk/; revision=14248
2009-02-25 16:57:41 +00:00
Sander van der Burg
3a1c208a69 Added pycups,desktop_file_utils,system_config_printer packages and added python kdebindings closure
svn path=/nixpkgs/trunk/; revision=14246
2009-02-25 16:05:13 +00:00
Ludovic Courtès
44ecf2a4b0 Build CEDET.
svn path=/nixpkgs/trunk/; revision=14241
2009-02-25 14:31:22 +00:00
Ludovic Courtès
a7cf0b2f02 Add CEDET, the umbrella project for Semantic and EIEIO.
svn path=/nixpkgs/trunk/; revision=14240
2009-02-25 14:30:50 +00:00
Marc Weber
c0dd6fd3c9 telling gnu id utils that .nix files should be treated as text
svn path=/nixpkgs/trunk/; revision=14237
2009-02-25 04:53:06 +00:00
Marc Weber
312c697fef added tig (git console browser)
svn path=/nixpkgs/trunk/; revision=14236
2009-02-24 22:00:35 +00:00
Michael Raskin
edfe20b2ac Fixes implemented inside kqemu expression
svn path=/nixpkgs/trunk/; revision=14234
2009-02-24 21:17:54 +00:00
Michael Raskin
8bf73286a4 add eqStrings back..
svn path=/nixpkgs/trunk/; revision=14228
2009-02-24 16:19:08 +00:00
Sander van der Burg
cb40899b8d Fixed compilation bug of kdepim with qgpgme
svn path=/nixpkgs/trunk/; revision=14226
2009-02-24 13:40:11 +00:00
Sander van der Burg
02aa7e7d96 Fixed gpgme detection of kdepimlibs
svn path=/nixpkgs/trunk/; revision=14224
2009-02-24 13:00:26 +00:00
Michael Raskin
8f51ff86fd Qemu SVN head..
svn path=/nixpkgs/trunk/; revision=14222
2009-02-24 12:22:15 +00:00
Sander van der Burg
e8a25c32bc Added KDE 4.2 plasma addons package to buildfarm
svn path=/nixpkgs/trunk/; revision=14221
2009-02-24 12:17:44 +00:00
Sander van der Burg
f056ebe614 Added KDE 4.2 plasma addons package
svn path=/nixpkgs/trunk/; revision=14220
2009-02-24 12:16:53 +00:00
Eelco Dolstra
a8b75358b3 svn path=/nixpkgs/trunk/; revision=14219 2009-02-24 12:14:48 +00:00
Eelco Dolstra
7782a3189e * Added Debian 5.0 (Lenny). Added the "login" package to the base
image, otherwise the post-installs script of the "passwd" package
  will fail because /etc/login.defs is missing.  This also fixes the
  Ubuntu 8.10 image generation, woohoo!

svn path=/nixpkgs/trunk/; revision=14217
2009-02-24 10:56:42 +00:00
Eelco Dolstra
370e545be5 svn path=/nixpkgs/trunk/; revision=14216 2009-02-24 10:29:54 +00:00
Michael Raskin
958a01ffa6 These changes to kernel builder are obviously needed. kQemu is built, but causes kernel oops
svn path=/nixpkgs/trunk/; revision=14213
2009-02-24 05:10:36 +00:00
Sander van der Burg
1dba159995 Added KDE 4.2 network, pim packages to the buildfarm
svn path=/nixpkgs/trunk/; revision=14212
2009-02-23 23:10:44 +00:00
Sander van der Burg
9b24c0a5e8 Implemented fixes to the KDE 4.2 network and pim packages
svn path=/nixpkgs/trunk/; revision=14211
2009-02-23 22:26:58 +00:00
Ludovic Courtès
160b00c8b4 GNU Emacs 23.x: D-Bus support.
svn path=/nixpkgs/trunk/; revision=14207
2009-02-23 16:06:59 +00:00
Sander van der Burg
17dc18fd56 Added libmsn package
svn path=/nixpkgs/trunk/; revision=14206
2009-02-23 15:30:07 +00:00
Eelco Dolstra
7c45744373 * Urhg. Dpkg releases tend to just disappear...
svn path=/nixpkgs/trunk/; revision=14203
2009-02-23 11:53:31 +00:00
Eelco Dolstra
dab3b03a14 * Debian 4.0r7.
svn path=/nixpkgs/trunk/; revision=14202
2009-02-23 10:58:48 +00:00
Lluís Batlle i Rossell
098d9937a2 Adding a license tag for fmod: "unfree", as advised by Ludo.
svn path=/nixpkgs/trunk/; revision=14197
2009-02-22 23:15:01 +00:00
Lluís Batlle i Rossell
5b3759c30d Adding zdoom.
svn path=/nixpkgs/trunk/; revision=14194
2009-02-22 22:06:34 +00:00
Lluís Batlle i Rossell
9ab8cb9ec1 Adding fmod.
svn path=/nixpkgs/trunk/; revision=14193
2009-02-22 22:06:20 +00:00
Lluís Batlle i Rossell
f9b79d752a Fixing in general the module construction (there were wrong paths in modules/build). Now kqemu works well for me, for instance. I will take the commit back, if it annoys anyone.
svn path=/nixpkgs/trunk/; revision=14192
2009-02-22 20:49:35 +00:00
Ludovic Courtès
5c3c2d9860 Poppler: Disable test suite when `qt4Support' is true.
svn path=/nixpkgs/trunk/; revision=14155
2009-02-21 21:53:50 +00:00
Ludovic Courtès
5e508b5753 Poppler data 0.2.1.
svn path=/nixpkgs/trunk/; revision=14154
2009-02-21 20:35:55 +00:00
Michael Raskin
b5b6c12d56 All-packages.nix updates..
svn path=/nixpkgs/trunk/; revision=14153
2009-02-21 18:59:15 +00:00
Michael Raskin
3157e4e829 Extreme Tux Racer
svn path=/nixpkgs/trunk/; revision=14152
2009-02-21 18:58:56 +00:00
Michael Raskin
f1546e64c4 compiz 0.8.0 - buildable
svn path=/nixpkgs/trunk/; revision=14151
2009-02-21 18:58:32 +00:00
Lluís Batlle i Rossell
704e085bfc Updating ts version.
svn path=/nixpkgs/trunk/; revision=14150
2009-02-21 17:57:37 +00:00
Ludovic Courtès
d622b7a1f8 Poppler 0.10.4.
svn path=/nixpkgs/trunk/; revision=14149
2009-02-20 23:43:29 +00:00
Sander van der Burg
040cec2dc4 Added KDE 4.2 utils to buildfarm
svn path=/nixpkgs/trunk/; revision=14147
2009-02-20 16:25:00 +00:00
Sander van der Burg
634bd1f4ed Added KDE 4.2 toys to buildfarm
svn path=/nixpkgs/trunk/; revision=14146
2009-02-20 16:24:10 +00:00
Sander van der Burg
04b67d4c09 Added KDe 4.2 sdk,webdev,edu packages to buildfarm
svn path=/nixpkgs/trunk/; revision=14145
2009-02-20 16:23:32 +00:00
Sander van der Burg
5ae1439f99 Added KDE 4.2 packages for sdk,pim,artwork,webdev,edu
svn path=/nixpkgs/trunk/; revision=14144
2009-02-20 16:21:36 +00:00
Sander van der Burg
e685c82812 Refactored tapioca-qt closure with using the latest stable release instead of SVN version
svn path=/nixpkgs/trunk/; revision=14143
2009-02-20 16:18:56 +00:00
Eelco Dolstra
2d89fb4fee * Support a post-install hook.
svn path=/nixpkgs/trunk/; revision=14142
2009-02-20 15:40:11 +00:00
Eelco Dolstra
eb28d380c3 * Removed broken mirror.
svn path=/nixpkgs/trunk/; revision=14141
2009-02-20 15:39:13 +00:00
Eelco Dolstra
6d35e85dcb * Doh! Qt install doc, not share/doc, but the post-fixup phase
renamed it to that. 

svn path=/nixpkgs/trunk/; revision=14140
2009-02-20 15:31:29 +00:00
Eelco Dolstra
d1b98062ab * Updated some Catalyst packages.
svn path=/nixpkgs/trunk/; revision=14137
2009-02-20 10:56:47 +00:00
Eelco Dolstra
a6a74c53f8 * Latest 2.6.{27,28} kernels.
svn path=/nixpkgs/trunk/; revision=14136
2009-02-20 10:56:00 +00:00
Sander van der Burg
3ec1bf89bb Added KDE-4.2 utils,network and toys
svn path=/nixpkgs/trunk/; revision=14133
2009-02-19 22:02:57 +00:00
Sander van der Burg
6e1d162eba Added kdeadmin-4.2 to buildfarm
svn path=/nixpkgs/trunk/; revision=14131
2009-02-19 16:14:42 +00:00
Sander van der Burg
d3e990cf90 Added kdeadmin-4.2 package and kdepimlibs support
svn path=/nixpkgs/trunk/; revision=14130
2009-02-19 16:14:03 +00:00
Peter Simons
c8e6fa7dd6 cmake: added (low priority) expression for 2.6.3-rc-15.
svn path=/nixpkgs/trunk/; revision=14124
2009-02-19 14:41:51 +00:00
Ludovic Courtès
66c0e350b1 Build GNU Prolog.
svn path=/nixpkgs/trunk/; revision=14123
2009-02-19 13:33:07 +00:00
Ludovic Courtès
4373d12cb4 Add GNU Prolog.
svn path=/nixpkgs/trunk/; revision=14122
2009-02-19 13:32:07 +00:00
Lluís Batlle i Rossell
de6ec5e1f1 Updating man-pages to 3.18 (the url for 3.15 didn't work)
svn path=/nixpkgs/trunk/; revision=14121
2009-02-19 00:09:30 +00:00
Lluís Batlle i Rossell
39cea05305 Updating task spooler from 0.6.2 to 0.6.3.
svn path=/nixpkgs/trunk/; revision=14120
2009-02-18 22:45:01 +00:00
Sander van der Burg
1ff1b7b7f6 Added kdeadmin-4.2 closure
svn path=/nixpkgs/trunk/; revision=14119
2009-02-18 22:20:06 +00:00
Sander van der Burg
770b01890a Added libical package, patch submitted by Andrew Morsillo
svn path=/nixpkgs/trunk/; revision=14118
2009-02-18 20:57:36 +00:00
Sander van der Burg
b2e1dc5ab7 Added kdegraphics, multimedia, games packages from KDE 4.2 to the buildfarm list
svn path=/nixpkgs/trunk/; revision=14117
2009-02-18 15:55:16 +00:00
Sander van der Burg
c8bdb1c684 Added kdegames-4.2 package
svn path=/nixpkgs/trunk/; revision=14116
2009-02-18 15:54:04 +00:00
Sander van der Burg
2d68e6a20e Added kdemultimedia-4.2
svn path=/nixpkgs/trunk/; revision=14115
2009-02-18 15:44:28 +00:00
Sander van der Burg
08e92c5e70 Added kdegraphics-4.2 closure
svn path=/nixpkgs/trunk/; revision=14114
2009-02-18 15:25:40 +00:00
Eelco Dolstra
539239d66d * KVM 84. CIFS/Samba performance still broken.
* Kernel headers: KVM expects a include/linux/asm-x86 symlink, so
  provide it.

svn path=/nixpkgs/trunk/; revision=14113
2009-02-18 14:53:14 +00:00
Eelco Dolstra
9f4ca51e8e * Urghhhhhhhh.
svn path=/nixpkgs/trunk/; revision=14112
2009-02-18 14:44:51 +00:00
Marc Weber
307fd7b70f added pexpect and mechanize python libraries
svn path=/nixpkgs/trunk/; revision=14111
2009-02-18 11:50:46 +00:00
Marc Weber
4576378434 added avr8-burn-omat (gui for avrdude, fuse bits)
svn path=/nixpkgs/trunk/; revision=14110
2009-02-18 11:50:39 +00:00
Eelco Dolstra
1fadce397e * slim updated to 1.3.1. This version has PAM support built-in, but it has
a bug that prevents logins when using pam_unix2.  So I've fixed it.

svn path=/nixpkgs/trunk/; revision=14108
2009-02-18 10:38:51 +00:00
Ludovic Courtès
722c3546af GNU Emacs live from CVS.
svn path=/nixpkgs/trunk/; revision=14107
2009-02-17 21:05:52 +00:00
Eelco Dolstra
33ef9ff72c * Urgh.
svn path=/nixpkgs/trunk/; revision=14106
2009-02-17 18:24:58 +00:00
Sander van der Burg
690d8bb443 Cleaned up the top-level KDE 4.2 expression a bit
svn path=/nixpkgs/trunk/; revision=14100
2009-02-17 15:23:42 +00:00
Sander van der Burg
da1904a231 Fixed another stupid KDE 4.2 packages bug in releases nix expression
svn path=/nixpkgs/trunk/; revision=14099
2009-02-17 15:07:54 +00:00
Sander van der Burg
7127b53d7f Fixed syntax error for KDE 4.2 packages
svn path=/nixpkgs/trunk/; revision=14097
2009-02-17 14:34:33 +00:00
Sander van der Burg
413926967a Added some KDE 4.2 packages
svn path=/nixpkgs/trunk/; revision=14096
2009-02-17 14:31:29 +00:00
Marc Weber
dab6268c79 added avr gcc avrlibc dev environment. Its not worth doing this properly. It works this way
svn path=/nixpkgs/trunk/; revision=14095
2009-02-17 12:56:35 +00:00
Peter Simons
25a9e73924 Updated SHA256 hash for Full Maude 2.4. Unfortunately, the maintainers
have the habit of releasing updates under the exact same file name and
URL.

svn path=/nixpkgs/trunk/; revision=14094
2009-02-17 12:51:04 +00:00
Eelco Dolstra
e94a279e0e * Updated UNIVERSAL::isa (the old one has disappeared).
svn path=/nixpkgs/trunk/; revision=14093
2009-02-17 12:15:02 +00:00
Ludovic Courtès
858bd31ac1 Really update Pixman.
svn path=/nixpkgs/trunk/; revision=14092
2009-02-17 11:09:00 +00:00
Ludovic Courtès
f59b3d14dc Add SLOCCount, a tool to count source lines of code (SLOCs).
svn path=/nixpkgs/trunk/; revision=14091
2009-02-17 10:11:33 +00:00
Pjotr Prins
7ba68d934f Added note on package status for 64 bits
svn path=/nixpkgs/trunk/; revision=14090
2009-02-17 08:23:21 +00:00
Armijn Hemel
1ff2661414 version bump
svn path=/nixpkgs/trunk/; revision=14088
2009-02-16 21:28:00 +00:00
Pjotr Prins
387a7a85d6 Updated NCBI tools to latest version
svn path=/nixpkgs/trunk/; revision=14087
2009-02-16 16:38:55 +00:00
Eelco Dolstra
1b849c8282 * Latest shared-mime-info.
* Latest Catalyst runtime.

svn path=/nixpkgs/trunk/; revision=14086
2009-02-16 14:57:35 +00:00
Sander van der Burg
b0ad70d91e Added more KDE 4.2 packages
svn path=/nixpkgs/trunk/; revision=14085
2009-02-16 11:05:38 +00:00
Marc Weber
9defe690b2 teeworlds update
svn path=/nixpkgs/trunk/; revision=14083
2009-02-14 23:44:11 +00:00
Marc Weber
394be4b2e1 parted version bump to 1.8.8 and passing --disable-Werror
to get rid of compile time warnings causing build failure

svn path=/nixpkgs/trunk/; revision=14082
2009-02-14 23:44:08 +00:00
Marc Weber
0d159e6a10 version bump sudo to 1.7.0
svn path=/nixpkgs/trunk/; revision=14079
2009-02-13 18:54:56 +00:00
Marc Weber
f3aee4d107 at version bump to 3.1.10.2
svn path=/nixpkgs/trunk/; revision=14078
2009-02-13 18:06:25 +00:00
Eelco Dolstra
cc7d4a57db svn path=/nixpkgs/trunk/; revision=14076 2009-02-13 17:31:44 +00:00
Eelco Dolstra
01d3cc88c7 * Don't use OpenEXR for now since it breaks the build.
svn path=/nixpkgs/trunk/; revision=14075
2009-02-13 15:43:38 +00:00
Eelco Dolstra
62fa1a418f * cmake setup hook: override the whole configurePhase rather than
setting a postUnpack hook.

svn path=/nixpkgs/trunk/; revision=14074
2009-02-13 14:43:01 +00:00
Michael Raskin
6ed4d1fe5a emdash/endash for very rich keyboard layout..
svn path=/nixpkgs/trunk/; revision=14071
2009-02-13 13:30:11 +00:00
Marc Weber
c1b79a5b5d Revert "added cgdb (ncrurses based gdb frontend)" and dooh commit.
gdb does have a curses based interface as itself (try ctrl-x o)

svn path=/nixpkgs/trunk/; revision=14069
2009-02-13 12:04:41 +00:00
Eelco Dolstra
cd6864e7e9 * Perl BerkeleyDB module: updated to 0.36 since "make test" failed in
the old one.

svn path=/nixpkgs/trunk/; revision=14068
2009-02-13 10:59:01 +00:00
Eelco Dolstra
5b91408a0d * Pass `pkgs' to the top-level KDE function instead of passing every
dependency explicitly.  The KDE packages still declare their
  dependencies as explicit function arguments.

svn path=/nixpkgs/trunk/; revision=14067
2009-02-13 10:42:59 +00:00
Eelco Dolstra
547207de28 * Algorithm::Diff: the version in "name" didn't match the actual
package.

svn path=/nixpkgs/trunk/; revision=14066
2009-02-13 10:35:24 +00:00
Michael Raskin
f670644846 Added a dependency for perl algorithm:annotate
svn path=/nixpkgs/trunk/; revision=14065
2009-02-13 10:32:00 +00:00
Marc Weber
630dcdebfc fix url thinkingrock
svn path=/nixpkgs/trunk/; revision=14063
2009-02-12 22:33:15 +00:00
Sander van der Burg
6ba0ddb19b Applied -dbus-linked option which it needed by kdelibs. Patch submitted by Andrew Morsillo
svn path=/nixpkgs/trunk/; revision=14060
2009-02-12 21:43:03 +00:00
Marc Weber
8bd7e25079 libpcap: added missing patch file
svn path=/nixpkgs/trunk/; revision=14059
2009-02-12 21:24:00 +00:00
Marc Weber
15962e240e doh
svn path=/nixpkgs/trunk/; revision=14056
2009-02-12 20:54:31 +00:00
Marc Weber
f936925abf added cgdb (ncrurses based gdb frontend)
svn path=/nixpkgs/trunk/; revision=14055
2009-02-12 20:52:49 +00:00
Marc Weber
498be42912 version bump: wireshark-1.1.2, libpcap-1.0.0
svn path=/nixpkgs/trunk/; revision=14054
2009-02-12 20:28:01 +00:00
Marc Weber
387478ce5e vim_configurable: build with gtk, fix passing features=huge
using gtk gvim does start much faster

svn path=/nixpkgs/trunk/; revision=14053
2009-02-12 20:27:56 +00:00
Marc Weber
fd948733a0 fix perl, ruby, tcl support in vim_configurable
svn path=/nixpkgs/trunk/; revision=14052
2009-02-12 20:27:54 +00:00
Eelco Dolstra
0c3abad795 * Latest Compress::Zlib.
* Put the fix for Perl modules that install in the wrong location
  ($out/lib instead of $out/lib/site_perl) in the generic Perl
  builder.

svn path=/nixpkgs/trunk/; revision=14051
2009-02-12 20:18:13 +00:00
Sander van der Burg
be986c5f97 Added initial KDE 4.2 nix expression which build kdelibs
svn path=/nixpkgs/trunk/; revision=14044
2009-02-12 16:26:32 +00:00
Sander van der Burg
120bb8afe3 Added initial KDE 4.2 nix expression which build kdelibs
svn path=/nixpkgs/trunk/; revision=14043
2009-02-12 16:26:04 +00:00
Eelco Dolstra
29e33f4a12 * Latest Catalyst packages, include FormFu and its gazillion
dependencies.

svn path=/nixpkgs/trunk/; revision=14042
2009-02-12 15:59:22 +00:00
Eelco Dolstra
61e7bd7372 * Perl builder: run tests by default.
svn path=/nixpkgs/trunk/; revision=14041
2009-02-12 15:56:35 +00:00
Sander van der Burg
09bb1e1116 Updated log4cxx to version 0.10.0 by using a patch from Andrew Morsillo
svn path=/nixpkgs/trunk/; revision=14039
2009-02-12 14:52:23 +00:00
Michael Raskin
7590daad42 Extra mirror for lsof
svn path=/nixpkgs/trunk/; revision=14036
2009-02-11 21:51:05 +00:00
Marc Weber
5778dd836d mend
svn path=/nixpkgs/trunk/; revision=14035
2009-02-11 16:12:14 +00:00
Marc Weber
944d6221df my-env: add some hackish support for zsh
svn path=/nixpkgs/trunk/; revision=14034
2009-02-11 16:12:12 +00:00
Eelco Dolstra
ca5e6b9624 svn path=/nixpkgs/trunk/; revision=14033 2009-02-11 14:53:17 +00:00
Peter Simons
3fb26823cd Use correct hash for boost 1.38.0. Oops.
svn path=/nixpkgs/trunk/; revision=14032
2009-02-11 10:02:18 +00:00
Peter Simons
05eb6625ed Bumped boost libraries to version 1.38.0.
svn path=/nixpkgs/trunk/; revision=14031
2009-02-11 10:02:10 +00:00
Ludovic Courtès
f94091ad09 BitlBee 1.2.3.
svn path=/nixpkgs/trunk/; revision=14030
2009-02-11 08:48:46 +00:00
Eelco Dolstra
efa1bf9cb5 * Added acpid, a daemon that monitors ACPI events.
svn path=/nixpkgs/trunk/; revision=14026
2009-02-10 23:12:18 +00:00
Eelco Dolstra
efbfa0c395 * Latest lsof.
svn path=/nixpkgs/trunk/; revision=14025
2009-02-10 23:11:29 +00:00
Eelco Dolstra
3989a4ed4a * gcc.gcc may be null.
svn path=/nixpkgs/trunk/; revision=14023
2009-02-10 16:09:43 +00:00
Eelco Dolstra
0cf9849afd * More refactoring: move all the stdenv adapter functions (like
useDietlibc) to a separate file.  all-packages.nix should really
  only contain package composition stuff.

svn path=/nixpkgs/trunk/; revision=14022
2009-02-10 15:48:30 +00:00
Ludovic Courtès
b2ccd56224 GNU IceCat 3.0.6-g1.
svn path=/nixpkgs/trunk/; revision=14021
2009-02-10 14:35:11 +00:00
Michael Raskin
646767fdec Fixing Cuneiform for non-Linux platform
svn path=/nixpkgs/trunk/; revision=14020
2009-02-10 13:54:05 +00:00
Eelco Dolstra
5e3c509cb8 * Latest kernels.
svn path=/nixpkgs/trunk/; revision=14019
2009-02-10 11:10:12 +00:00
Eelco Dolstra
268148c794 * Latest NVIDIA driver. Hopefully this fixes my suspend-to-RAM problems.
Also, use the pkg0 download, since pkg1/pkg2 apparently just contain
  precompiled modules that we don't need.

svn path=/nixpkgs/trunk/; revision=14018
2009-02-10 11:06:41 +00:00
Lluís Batlle i Rossell
21fd05797c Adding GPL Arcade Volleyball.
I had this patch _almost_ ready for a long long time. Now ready.

svn path=/nixpkgs/trunk/; revision=14017
2009-02-09 22:44:36 +00:00
Lluís Batlle i Rossell
18cc7f4b37 Adding comical-0.8
svn path=/nixpkgs/trunk/; revision=14016
2009-02-09 20:44:26 +00:00
Michael Raskin
921b7d3c69 Added Cuneiform OCR. Works somehow..
svn path=/nixpkgs/trunk/; revision=14015
2009-02-09 20:37:11 +00:00
Eelco Dolstra
f9b9844949 * Doh.
svn path=/nixpkgs/trunk/; revision=14014
2009-02-09 17:03:18 +00:00
Eelco Dolstra
599015e8b0 * Split lib/default.nix into several files, as it had become a big
mess.  Also cleaned up some functions:

  - foldl appeared broken (it recursively called fold).
  - Renamed logicalAND/logicalOR to and/or.
  - Removed listOfListsToAttrs, eqStrings: obsolete.
  - Removed isInList, which does the same thing as elem.
  - stringToCharacters: don't return a "" at the end of the list.
  - Renamed concatList to concat, as concatList (singular) is a
    misnomer: it takes two lists.  Likewise, renamed mergeAttr to
    mergeAttrs.

  misc.nix still contains a lot of stuff that should be refactored and
  moved to other files.

svn path=/nixpkgs/trunk/; revision=14013
2009-02-09 16:51:03 +00:00
Ludovic Courtès
eebb6f106c Add Semantic, a parser generator for Emacs.
svn path=/nixpkgs/trunk/; revision=14012
2009-02-09 08:48:49 +00:00
Ludovic Courtès
8eb6ecb1ec Add EIEIO, a CLOS clone for Emacs.
svn path=/nixpkgs/trunk/; revision=14011
2009-02-09 08:34:25 +00:00
Lluís Batlle i Rossell
ee9a5c1c89 Fixing a nix import path I commited without enough care.
svn path=/nixpkgs/trunk/; revision=14010
2009-02-08 23:29:27 +00:00
Michael Raskin
d20bb02310 Added mozplugger - an universal launching plugin for Mozilla programs
svn path=/nixpkgs/trunk/; revision=14009
2009-02-08 17:23:22 +00:00
Lluís Batlle i Rossell
264a6c709a Adding alliance 5.0
svn path=/nixpkgs/trunk/; revision=14008
2009-02-08 16:28:31 +00:00
Lluís Batlle i Rossell
0f6908ca75 Updating dosfstools to 3.01. Removing selectVersion.
(3.00deb urls weren't working)

svn path=/nixpkgs/trunk/; revision=14007
2009-02-08 16:28:12 +00:00
Lluís Batlle i Rossell
863e9181d5 Adding vtk-5.2.1, The Visualization Toolkit.
svn path=/nixpkgs/trunk/; revision=14006
2009-02-08 16:27:57 +00:00
Michael Raskin
97d0f21d03 Added XaoS fractal viewer
svn path=/nixpkgs/trunk/; revision=14004
2009-02-08 14:17:05 +00:00
Michael Raskin
b47bdfc6f7 kqemu seems to need it on most kernels
svn path=/nixpkgs/trunk/; revision=14003
2009-02-08 13:22:26 +00:00
Michael Raskin
f529bd70a1 Carrier update
svn path=/nixpkgs/trunk/; revision=14002
2009-02-07 16:02:50 +00:00
Tobias Hammerschmidt
b7f9c33989 version bump
svn path=/nixpkgs/trunk/; revision=13999
2009-02-06 20:18:08 +00:00
Peter Simons
0d64423f60 ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.47-1.tar.gz no longer
exists. There is a newer version on the server, but it cannot be
downloaded, apparently because of misconfigured permissions.

svn path=/nixpkgs/trunk/; revision=13996
2009-02-06 09:52:27 +00:00
Peter Simons
c84c92d3e8 ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.41-1.tar.gz no longer
exists. There is a newer version on the server, but it cannot be
downloaded, apparently because of misconfigured permissions.

svn path=/nixpkgs/trunk/; revision=13995
2009-02-06 09:48:20 +00:00
Ludovic Courtès
f8a207e806 GNU Emacs 23.x update (development snapshot).
svn path=/nixpkgs/trunk/; revision=13994
2009-02-06 08:43:31 +00:00
Marc Weber
c4c1aa0a8a added thinkingRock
svn path=/nixpkgs/trunk/; revision=13993
2009-02-06 03:14:30 +00:00
Marc Weber
e3ef805500 added pointer to the package classification policy maintainer document
svn path=/nixpkgs/trunk/; revision=13992
2009-02-05 23:44:52 +00:00
Peter Simons
ecddd8b472 Added syslog-ng (and the eventlog library that it depends on).
svn path=/nixpkgs/trunk/; revision=13988
2009-02-05 16:50:45 +00:00