Eelco Dolstra
a5e0e39cdb
* makeWrapper: option --run <CMD> to run a command from the wrapper.
...
This is so that the Unison wrapper can be generated with
makeWrapper.
* Use makeWrapper as a buildInput everywhere.
* Updated BitTorrent, cvs2svn.
svn path=/nixpkgs/trunk/; revision=10213
2008-01-18 11:28:41 +00:00
Michael Raskin
ee17a4e153
Added python/tcl support to Vim; also xim - needed for deadkeys.
...
svn path=/nixpkgs/trunk/; revision=10120
2008-01-12 00:22:52 +00:00
Marc Weber
17ad9b8acd
moved vim_configurable to much more sensible place
...
svn path=/nixpkgs/trunk/; revision=9931
2007-12-13 22:15:03 +00:00
Marc Weber
09c9eb9761
using patchelf now. This vim expression now has optional python support.
...
Should be dead easy to add the other scripting languages as well
svn path=/nixpkgs/trunk/; revision=9928
2007-12-13 09:50:22 +00:00
Marc Weber
224cb03f7c
typo 'a' missing
...
svn path=/nixpkgs/trunk/; revision=9925
2007-12-12 11:48:36 +00:00
Marc Weber
9a4e9e7a3b
vim_configurable example added. broken see comment.
...
svn path=/nixpkgs/trunk/; revision=9923
2007-12-12 07:20:41 +00:00
Marc Weber
a7872ec0ec
Eclipse download location for x86_64 added
...
svn path=/nixpkgs/trunk/; revision=9900
2007-12-10 19:58:36 +00:00
Marc Weber
2b8778748a
update provided by Tobias Hammerschmidt
...
svn path=/nixpkgs/trunk/; revision=9560
2007-10-30 22:15:39 +00:00
Eelco Dolstra
b724614087
* Newer Emacs 23.0.0.1 snapshot.
...
svn path=/nixpkgs/trunk/; revision=9519
2007-10-24 16:21:41 +00:00
Eelco Dolstra
ea9667ab18
* Fixed some more URLs.
...
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Eelco Dolstra
544cb9cb83
* Rewrite all URLs to GNU mirrors to mirror://gnu/.
...
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra
16c6da0129
* Emacs 22.1. This is the default now, but 21.4 is still around
...
(as is the 23.0.0.1 alpha).
svn path=/nixpkgs/trunk/; revision=9175
2007-08-20 13:48:56 +00:00
Michael Raskin
54a1f25c4c
Added conditional concatenation and used it for name and configureFlags generation.
...
svn path=/nixpkgs/trunk/; revision=9136
2007-08-15 21:17:11 +00:00
Michael Raskin
118e9d6ebf
Corrected a flaw that made automated package silently accept any extra arguments
...
svn path=/nixpkgs/trunk/; revision=9101
2007-08-11 11:14:36 +00:00
Michael Raskin
efbabdb598
Converted Vim package to a template-based form with only lists filled in manually. Added library functions to support it. Added two proposed package templates to top-level, so that every discussion about package format can result in just editing templates or adding new ones.
...
svn path=/nixpkgs/trunk/; revision=9100
2007-08-11 10:34:07 +00:00
Michael Raskin
2d6a65b666
Included some configuration for Vim.
...
svn path=/nixpkgs/trunk/; revision=9099
2007-08-10 19:53:30 +00:00
Armijn Hemel
5a6c931123
7.0 -> 7.1
...
svn path=/nixpkgs/trunk/; revision=8682
2007-05-14 00:33:03 +00:00
Armijn Hemel
0f087ce9a0
2.0.3 -> 2.0.6
...
svn path=/nixpkgs/trunk/; revision=8663
2007-05-13 17:59:15 +00:00
Martin Bravenboer
cf3571e85c
* Updated Eclipse to 3.2.2
...
* Added Eclipse to the nixpkgs channel (which is possible now we can
deploy the jdk)
svn path=/nixpkgs/trunk/; revision=8317
2007-03-17 13:29:15 +00:00
Eelco Dolstra
c1ed39bd30
* Revert to previous Emacs snapshot, add to channel.
...
svn path=/nixpkgs/trunk/; revision=8093
2007-02-28 12:07:36 +00:00
Eelco Dolstra
7edbaaaff2
* New emacs-unicode.
...
svn path=/nixpkgs/trunk/; revision=8058
2007-02-26 21:38:38 +00:00
Eelco Dolstra
7e95ed7fe5
* Meta attribute.
...
svn path=/nixpkgs/trunk/; revision=7842
2007-02-05 14:58:17 +00:00
Eelco Dolstra
6c92badd87
* Added the Emacs Unicode branch (which supposedly will become Emacs
...
23.x), which GTK and Xft support. Add something like
(set-default-font "Bitstream Vera Sans Mono-8")
to ~/.emacs to get a TTF font.
svn path=/nixpkgs/trunk/; revision=7841
2007-02-05 14:55:15 +00:00
Armijn Hemel
6ad7f54086
2.0.2 -> 2.0.3
...
svn path=/nixpkgs/trunk/; revision=7834
2007-02-04 19:20:55 +00:00
Armijn Hemel
a6f0fe9914
upgrade to 2.0.2
...
svn path=/nixpkgs/trunk/; revision=7644
2007-01-11 23:19:57 +00:00
Eelco Dolstra
f861c8b66c
* makeFlags -> buildFlags in a few places.
...
svn path=/nixpkgs/trunk/; revision=7503
2006-12-27 18:34:35 +00:00
Eelco Dolstra
42558043b3
* Emacs: use ncurses so that we don't need /etc/termcap in terminal
...
mode.
svn path=/nixpkgs/trunk/; revision=7287
2006-12-09 00:48:15 +00:00
Eelco Dolstra
b90781ec21
* Renamed orig-glibc -> orig-libc in some places, and in others, use
...
the new $NIX_GCC/nix-support/dynamic-linker file to locate the
dynamic linker directly (don't hardcode ld-linux.so.2).
svn path=/nixpkgs/trunk/; revision=6873
2006-10-27 12:43:32 +00:00
Eelco Dolstra
8e08738756
* More URLs.
...
svn path=/nixpkgs/trunk/; revision=6718
2006-10-12 15:58:51 +00:00
Eelco Dolstra
ef9b025dbe
* Remove a bunch of unused Nix expressions.
...
svn path=/nixpkgs/trunk/; revision=6716
2006-10-12 15:43:01 +00:00
Eelco Dolstra
ad897a7c96
* Update more URLs.
...
svn path=/nixpkgs/trunk/; revision=6713
2006-10-12 14:53:45 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
368c196a62
* More descriptions.
...
svn path=/nixpkgs/trunk/; revision=6709
2006-10-12 10:53:16 +00:00
Eelco Dolstra
6006d61835
* Added a bunch of descriptions.
...
svn path=/nixpkgs/trunk/; revision=6705
2006-10-11 16:45:55 +00:00
Armijn Hemel
c73bb44a6b
pass gettext
...
svn path=/nixpkgs/trunk/; revision=6320
2006-08-30 00:14:13 +00:00
Armijn Hemel
26f6d80db4
statically linked nano. For some reason I had to use the --enable-tiny configure flag, so the full blown normal glibc dynamically linked version is a bit less functional now, but it is only intended to be used in rescue mode anyway, since normal people use vi.
...
svn path=/nixpkgs/trunk/; revision=6318
2006-08-29 23:40:29 +00:00
Armijn Hemel
5b2f05bcb8
clean up the vim-diet Nix expression
...
svn path=/nixpkgs/trunk/; revision=5997
2006-07-30 20:07:17 +00:00
Armijn Hemel
ad329941b7
upgrade to 7.0
...
svn path=/nixpkgs/trunk/; revision=5996
2006-07-30 19:43:13 +00:00
Armijn Hemel
a96763545d
update to 1.2.5
...
svn path=/nixpkgs/trunk/; revision=5538
2006-06-29 11:57:17 +00:00
Armijn Hemel
6a1a282635
vim 7.0
...
svn path=/nixpkgs/trunk/; revision=5289
2006-05-08 21:05:07 +00:00
Martin Bravenboer
49d220cc97
Typo
...
svn path=/nixpkgs/trunk/; revision=4912
2006-02-25 01:24:21 +00:00
Martin Bravenboer
06b5fa3519
Added support for Eclipse plugins with custom installers.
...
svn path=/nixpkgs/trunk/; revision=4907
2006-02-25 00:44:02 +00:00
Martin Bravenboer
5bacf0f069
Updated eclipse to 3.1.2
...
svn path=/nixpkgs/trunk/; revision=4796
2006-02-12 12:59:46 +00:00
Martin Bravenboer
5e4075947c
Update of spoofax
...
svn path=/nixpkgs/trunk/; revision=4795
2006-02-12 12:23:47 +00:00
Merijn de Jonge
4440283683
Joe doen't need its own builder script
...
svn path=/nixpkgs/trunk/; revision=4683
2006-02-03 08:53:06 +00:00
Merijn de Jonge
1cc7a09617
added Joe (Joe's own editor). Yes!
...
svn path=/nixpkgs/trunk/; revision=4679
2006-02-02 16:30:01 +00:00
Eelco Dolstra
4e684bbf5a
* Better names.
...
svn path=/nixpkgs/trunk/; revision=4625
2006-01-30 16:19:53 +00:00
Eelco Dolstra
9f898a586b
* Copy even more files (in particular from losser.st-lab.cs.uu.nl,
...
can't assume that it will live forever).
svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +00:00