Commit graph

161 commits

Author SHA1 Message Date
Marc Weber 807aae2fd6 updated eclipse binary to 3.5M6
thereby allowing the user to copy the whole store path to a user
location so that update sites work properly

svn path=/nixpkgs/trunk/; revision=14773
2009-03-30 10:32:53 +00:00
Ludovic Courtès e9917baddd GNU Zile 2.3.4.
svn path=/nixpkgs/trunk/; revision=14432
2009-03-07 11:28:56 +00:00
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 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
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
Ludovic Courtès fd93dfbe9d CEDET 1.0pre6.
svn path=/nixpkgs/trunk/; revision=14298
2009-03-02 15:11:54 +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 a7cf0b2f02 Add CEDET, the umbrella project for Semantic and EIEIO.
svn path=/nixpkgs/trunk/; revision=14240
2009-02-25 14:30:50 +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
Ludovic Courtès 722c3546af GNU Emacs live from CVS.
svn path=/nixpkgs/trunk/; revision=14107
2009-02-17 21:05:52 +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
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
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
Armijn Hemel 4df4bba69f ed 1.2
svn path=/nixpkgs/trunk/; revision=13928
2009-02-01 18:53:25 +00:00
Marc Weber e996113be7 removed mkDerivationByConfiguration, using composableDerivation instead
qgis, vim_configurable both work now

svn path=/nixpkgs/trunk/; revision=13661
2008-12-20 01:20:35 +00:00
Eelco Dolstra aa84bce64d * Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Marc Weber 761e7453ab removed eclipse_classic_src (supreseded by eclipseNew)
svn path=/nixpkgs/trunk/; revision=13136
2008-10-28 12:56:34 +00:00
Marc Weber fa6b7a742c using private mirror for eclipse
svn path=/nixpkgs/trunk/; revision=13122
2008-10-26 18:19:25 +00:00
Marc Weber 20a15e993b eclipse-new expression (update of eclipse_classic_src)
It supports now insntalling some plugins (however the eclipse path will be copied once)
You can still just copy the whole store path to you home directory to install additional
plugins using update sites

svn path=/nixpkgs/trunk/; revision=13121
2008-10-26 17:45:14 +00:00
Ludovic Courtès 624c3c9ff6 GNU ed 1.1.
svn path=/nixpkgs/trunk/; revision=13072
2008-10-15 07:26:14 +00:00
Ludovic Courtès 61f18ebe83 Quack: Update hash to the current version.
svn path=/nixpkgs/trunk/; revision=13008
2008-10-08 18:01:24 +00:00
Ludovic Courtès b998c44e4c Change name' attribute of Emacs 23 to emacs-snapshot-23-xxx'.
This is so that "nix-env -u emacs" doesn't switch from, say, Emacs 22
to Emacs 23.

svn path=/nixpkgs/trunk/; revision=12894
2008-09-19 12:34:04 +00:00
Armijn Hemel 831deddc00 0.9 -> 1.0 (after 20 years or so)
svn path=/nixpkgs/trunk/; revision=12843
2008-09-11 17:30:57 +00:00
Ludovic Courtès a2c47582b3 GNU Emacs 22.3.
svn path=/nixpkgs/trunk/; revision=12825
2008-09-08 12:10:22 +00:00
Eelco Dolstra 5d9dfc1e60 * Removed $installCommand, it's no longer needed since we split the
install and fixup phases.  You can just override installPhase.

svn path=/nixpkgs/trunk/; revision=12787
2008-09-02 13:51:32 +00:00
Ludovic Courtès 4162dfe9c5 EMMS: Default to the libtag info back-end for MP3s.
svn path=/nixpkgs/trunk/; revision=12683
2008-08-21 14:56:57 +00:00
Ludovic Courtès d4e5ed0596 Add EMMS, the Emacs Multimedia System.
svn path=/nixpkgs/trunk/; revision=12675
2008-08-21 08:58:51 +00:00
Armijn Hemel e60a0c2591 7.1 -> 7.2
svn path=/nixpkgs/trunk/; revision=12573
2008-08-10 15:05:08 +00:00
Sander van der Burg 3bd550f170 Some fixes
svn path=/nixpkgs/trunk/; revision=12450
2008-07-30 13:37:44 +00:00
Peter Simons b1cdb57a77 maude-mode: new package
svn path=/nixpkgs/trunk/; revision=12361
2008-07-15 14:53:07 +00:00
Michael Raskin 9cb86e27bb Trying to fix x86_64 build..
svn path=/nixpkgs/trunk/; revision=12328
2008-07-09 13:03:25 +00:00
Peter Simons d2aed129ea emacs: Link successfully on 64 bit.
I'm using this expression on a Linux 64-bit installation that's been patched
to use glibc 2.5, not the current version 2.7. My installation needs this
patch and it looks sensible enough to me, but I've been told that others can
install Emacs on 64 bit machines without this. Hopefully, this doesn't break
anything.

svn path=/nixpkgs/trunk/; revision=12303
2008-07-07 11:53:19 +00:00
Peter Simons c4b77fbd37 haskell-mode: updated to version 2.4
Pass emacs package to this expression so that we can byte-compile the
lisp files.

svn path=/nixpkgs/trunk/; revision=12301
2008-07-07 11:49:57 +00:00
Eelco Dolstra fc5eebdf8b * Merged the stdenv branch
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates
  -r10966:12061).

svn path=/nixpkgs/trunk/; revision=12073
2008-06-13 11:46:39 +00:00
Eelco Dolstra 62835f4090 * Backported Andres' fix for building emacs-23 on x86_64 to emacs-22.
Also updated to Emacs 22.2.

svn path=/nixpkgs/branches/stdenv-updates/; revision=12050
2008-06-12 09:21:18 +00:00
Eelco Dolstra 78d2e3cb30 * Fix on x86_64 (borrowed from emacs-unicode).
svn path=/nixpkgs/branches/stdenv-updates/; revision=12043
2008-06-11 20:04:42 +00:00
Andres Löh 2813fb46ad more pervasive crt-patching in emacs snapshot to make it work on my machine
svn path=/nixpkgs/trunk/; revision=12021
2008-06-09 14:21:36 +00:00
Eelco Dolstra 5edae446d8 * Move jedit to editors/jedit.
svn path=/nixpkgs/trunk/; revision=11978
2008-06-04 11:48:11 +00:00
Ludovic Courtès d07956e45f GNU ed: Fix typo in description.
svn path=/nixpkgs/trunk/; revision=11717
2008-04-25 16:14:49 +00:00
Ludovic Courtès 51bf90108f Move GNU ed, add meta-information.
svn path=/nixpkgs/trunk/; revision=11715
2008-04-25 16:13:36 +00:00
Marc Weber dcd4ea7fad Modified eclipse wrapper so that options are possed to the real eclipse executable now (so you can extend perm space easily.. )
svn path=/nixpkgs/trunk/; revision=11686
2008-04-22 18:26:57 +00:00
Ludovic Courtès 4c87a1d285 Remember: Fix tiny things.
svn path=/nixpkgs/trunk/; revision=11680
2008-04-22 09:07:34 +00:00
Sander van der Burg ccb0730d5e Added kile editor
svn path=/nixpkgs/trunk/; revision=11665
2008-04-21 13:12:44 +00:00
Ludovic Courtès 7ea8e8a363 Add Remember, an Emacs mode to remember things.
svn path=/nixpkgs/trunk/; revision=11655
2008-04-18 14:27:42 +00:00
Ludovic Courtès b936188ce8 Add Quack, an Emacs mode for Scheme.
svn path=/nixpkgs/trunk/; revision=11388
2008-03-31 12:22:39 +00:00