Commit graph

7255 commits

Author SHA1 Message Date
Ludovic Courtès c73091b572 emacsPackages: Recurse into attributes.
This allows, e.g., "nix-env -qa magit" to work.
Reported by Peter Simons.

svn path=/nixpkgs/trunk/; revision=16337
2009-07-13 11:53:06 +00:00
Andres Löh 66b32c4b66 Added SHA for Haskell.
svn path=/nixpkgs/trunk/; revision=16335
2009-07-13 11:36:50 +00:00
Ludovic Courtès 1bc6e5c847 GLOBAL: Install the Emacs mode.
svn path=/nixpkgs/trunk/; revision=16334
2009-07-13 09:21:04 +00:00
Ludovic Courtès 474c54071b Add GNU GLOBAL, a source code tag system.
svn path=/nixpkgs/trunk/; revision=16333
2009-07-13 09:05:56 +00:00
Ludovic Courtès 3a4ba343a4 Hugin: Fix typo stealthily introduced in r15692.
svn path=/nixpkgs/trunk/; revision=16332
2009-07-12 22:00:35 +00:00
Michael Raskin b69be987c0 Added setuid-ready chroot utility.
svn path=/nixpkgs/trunk/; revision=16331
2009-07-12 08:10:51 +00:00
Lluís Batlle i Rossell dab4dc0de1 Using openchrome trunk instead of that distributed with xorg. That
doesn't work in K8N800, and trunk even does a bit of 3D by hw.

svn path=/nixpkgs/trunk/; revision=16329
2009-07-11 10:32:27 +00:00
Ludovic Courtès f6533bc527 Emacs-w3m: Substitute `identify' from ImageMagick.
svn path=/nixpkgs/trunk/; revision=16328
2009-07-11 10:30:48 +00:00
Andres Löh 9f9ec8d2c6 Added myself as a maintainer.
svn path=/nixpkgs/trunk/; revision=16327
2009-07-10 19:50:04 +00:00
Andres Löh 059b912b27 Efficiency fix for ghc-get-packages script.
svn path=/nixpkgs/trunk/; revision=16326
2009-07-10 19:36:50 +00:00
Ludovic Courtès 18ef0d1673 emacs-w3m: Fix typo.
svn path=/nixpkgs/trunk/; revision=16325
2009-07-10 17:53:49 +00:00
Ludovic Courtès da897b6eda Group Emacs packages in an `emacsPackages' function.
This avoids problem such as bytecode incompatibilies (e.g., between
GNU Emacs 22 and 23), API changes.  It would also allow packages
to be built with different emacsen (S(X)Emacs, etc.).


svn path=/nixpkgs/trunk/; revision=16324
2009-07-10 16:17:06 +00:00
Ludovic Courtès 45f7159af3 emacs-w3m: Get the source from CVS.
svn path=/nixpkgs/trunk/; revision=16323
2009-07-10 16:01:50 +00:00
Ludovic Courtès 099dd7fa16 nix-prefetch-svn: Use SHA256/Base32 by default.
svn path=/nixpkgs/trunk/; revision=16322
2009-07-10 15:50:11 +00:00
Ludovic Courtès 186f62d354 JDEE: Provide a sensible default for `jde-help-docsets'.
svn path=/nixpkgs/trunk/; revision=16320
2009-07-10 14:30:24 +00:00
Ludovic Courtès 059ffb766e JDEE: Fix `jde-help-find-javadoc'.
svn path=/nixpkgs/trunk/; revision=16319
2009-07-10 14:21:26 +00:00
Ludovic Courtès 5c7cc2ffdb JDEE: Fix infinite recursion in `jde-directory-files-recurs'.
svn path=/nixpkgs/trunk/; revision=16318
2009-07-10 14:13:52 +00:00
Eelco Dolstra d877e7b40f * Build a PDF of the manual.
svn path=/nixpkgs/trunk/; revision=16316
2009-07-10 13:41:47 +00:00
Eelco Dolstra ffd635cc57 * Commented out exultSnapshot, will fix later.
svn path=/nixpkgs/trunk/; revision=16315
2009-07-10 12:44:34 +00:00
Peter Simons 356791ea62 The ghc binary distribution contains a 'pwd' binary that's broken on systems running a Red Hat kernel and causes the build to fail. To remedy that problem, we replace that binary with Nix's 'pwd' program before running configure.
Unfortunately, the same problem occurs again with 'installPackage', so as of
now, GHC cannot be installed on Red Hat.

svn path=/nixpkgs/trunk/; revision=16314
2009-07-10 12:26:18 +00:00
Eelco Dolstra 65974d2fa7 * Disable the MPlayer plugin (for now?) because it's not entirely
stable and doesn't compile on Firefox 3.5 yet.

svn path=/nixpkgs/trunk/; revision=16313
2009-07-10 12:10:58 +00:00
Eelco Dolstra 46db02a5e3 * Fix xrefs and callouts that refer to xml:ids (rather than ids).
Will send upstream.

svn path=/nixpkgs/trunk/; revision=16312
2009-07-10 12:09:58 +00:00
Rob Vermaas 22557d5e1f update mono to 2.4.2.1
svn path=/nixpkgs/trunk/; revision=16311
2009-07-10 11:49:32 +00:00
Nicolas Pierron 5cd8eefb26 Allow to set priority which are below the default priority level.
This help to define default values which can be override without any extra syntax.

svn path=/nixpkgs/trunk/; revision=16304
2009-07-10 09:44:09 +00:00
Andres Löh c30a867383 Added data-reify Haskell library.
svn path=/nixpkgs/trunk/; revision=16303
2009-07-10 09:42:18 +00:00
Rob Vermaas 471518d65b typo
svn path=/nixpkgs/trunk/; revision=16302
2009-07-10 08:40:04 +00:00
Rob Vermaas 297f0127aa java-front 0.9, compile with -O2 for cygwin
svn path=/nixpkgs/trunk/; revision=16301
2009-07-10 08:05:23 +00:00
Rob Vermaas 99afadc21f java-front 0.9
svn path=/nixpkgs/trunk/; revision=16300
2009-07-10 07:57:26 +00:00
Michael Raskin 7d2931b5ab Adding Falcon multiparadigm programming language. It has macros and non-trivial syntax at once, which seems interesting in itself..
svn path=/nixpkgs/trunk/; revision=16299
2009-07-09 22:30:19 +00:00
Marc Weber 25a1533d9a removing old haskell stuff. I was using my own branch for a long time.
It will be replaced by something else anyway.
Some of those patches may still be of interest (?)

svn path=/nixpkgs/trunk/; revision=16298
2009-07-09 22:24:08 +00:00
Marc Weber f38e400515 basing nix-repository-manager on haskellPackages. The executable is no
longer recompiled when the config changes only

svn path=/nixpkgs/trunk/; revision=16297
2009-07-09 22:24:05 +00:00
Marc Weber 676f4c4e2d haskellPackages: adding bytestring, networkBytestring, getOptions, ghcSyb, hslogger, tar
svn path=/nixpkgs/trunk/; revision=16296
2009-07-09 22:24:02 +00:00
Marc Weber 769dec7238 haskellPackages: fix monadlab and Crypto with most recent ghc
svn path=/nixpkgs/trunk/; revision=16295
2009-07-09 22:23:59 +00:00
Marc Weber 07df330fd5 maintainers + marcweber
svn path=/nixpkgs/trunk/; revision=16294
2009-07-09 22:23:56 +00:00
Marc Weber 2d99612b73 update python 2.4. It's only used by zope and even plone (beeing based
on zope) runs with this python version so it should be fine (?)

svn path=/nixpkgs/trunk/; revision=16293
2009-07-09 22:23:54 +00:00
Marc Weber 78454c62a8 doh
svn path=/nixpkgs/trunk/; revision=16292
2009-07-09 22:23:51 +00:00
Michael Raskin 1744fe5183 Adding statifier, a tool to make pseudostatic binaries. Unfortunately, statified NixOS-built binaries segfault on Ubuntu..
svn path=/nixpkgs/trunk/; revision=16291
2009-07-09 21:34:29 +00:00
Ludovic Courtès df646c8ae4 Emacs-w3m: Add ImageMagick as a build input.
svn path=/nixpkgs/trunk/; revision=16288
2009-07-09 16:09:09 +00:00
Ludovic Courtès 2caabd37e1 Add Emacs-w3m, an Emacs interface to the W3M web browser.
svn path=/nixpkgs/trunk/; revision=16287
2009-07-09 15:56:40 +00:00
Ludovic Courtès d490682e3b Remove Semantic and EIEIO, now part of CEDET.
svn path=/nixpkgs/trunk/; revision=16283
2009-07-09 15:29:14 +00:00
Rob Vermaas ccc059b201 * changed stacksize for sdf2-bundle on cygwin
svn path=/nixpkgs/trunk/; revision=16277
2009-07-09 14:15:36 +00:00
Sander van der Burg 9c2379e263 Added myself (sander) to the maintainers list
svn path=/nixpkgs/trunk/; revision=16275
2009-07-09 13:42:22 +00:00
Ludovic Courtès 86d88db042 Liberation Fonts: Fix name; install doc; add `meta'.
svn path=/nixpkgs/trunk/; revision=16273
2009-07-09 12:07:45 +00:00
Eelco Dolstra 9611cf2048 * Refactoring.
svn path=/nixpkgs/trunk/; revision=16269
2009-07-09 10:47:17 +00:00
Eelco Dolstra 7af5fa0e96 * Urgh.
svn path=/nixpkgs/trunk/; revision=16268
2009-07-09 10:08:29 +00:00
Sander van der Burg 8c806707f3 Fixed pigdin compilation by adding nspr as buildinput
svn path=/nixpkgs/trunk/; revision=16267
2009-07-09 09:50:51 +00:00
Eelco Dolstra 506e86d2ea svn path=/nixpkgs/trunk/; revision=16266 2009-07-09 09:50:40 +00:00
Eelco Dolstra 83b7873495 * Latest unstable Nix.
svn path=/nixpkgs/trunk/; revision=16265
2009-07-09 09:50:20 +00:00
Peter Simons 1c45eda25a Updated qgit to version 2.3.
svn path=/nixpkgs/trunk/; revision=16264
2009-07-09 09:08:22 +00:00
Marc Weber 6abf8471fb fix sourceWithTagsDerivation, myhasktags now based on current haskell derivations
svn path=/nixpkgs/trunk/; revision=16263
2009-07-09 03:50:47 +00:00