Michael Raskin
4b21f11fda
Updated xscreensaver; removed all versions as sources are removed off site anyway..
...
svn path=/nixpkgs/trunk/; revision=12912
2008-09-24 13:57:16 +00:00
Michael Raskin
44db8f356e
Trivial fix
...
svn path=/nixpkgs/trunk/; revision=12911
2008-09-24 09:56:27 +00:00
Peter Simons
b3ab93e46e
Upgrade default to python version 2.5.x.
...
svn path=/nixpkgs/trunk/; revision=12910
2008-09-24 08:50:32 +00:00
Peter Simons
e2d7d57ff6
Allow user config to override nix store paths, etc. Removed obsolete nixNoBDB.
...
Use the following settings in ${NIXPKGS_CONFIG} to customize the installation
of nixUnstable:
nix =
{
OldDBSupport = false;
storeDir = "/home/foobar/.nix/store";
stateDir = "/home/foobar/.nix/var";
}
svn path=/nixpkgs/trunk/; revision=12909
2008-09-24 08:50:05 +00:00
Marc Weber
8d02b898c0
updated darcs to the last stable release (2.0.2)
...
svn path=/nixpkgs/trunk/; revision=12908
2008-09-24 00:43:05 +00:00
Marc Weber
ffd1f5000b
added lighthttpd
...
svn path=/nixpkgs/trunk/; revision=12907
2008-09-24 00:42:50 +00:00
Marc Weber
d326561aaf
proxytunnel fix
...
svn path=/nixpkgs/trunk/; revision=12906
2008-09-24 00:42:36 +00:00
Marc Weber
92fb53a1a5
removed subversion14merge
...
I don't think anyone is still using it
everyone caring about merging is using git or such anyway
and subversion15 has support built in.
svn path=/nixpkgs/trunk/; revision=12905
2008-09-24 00:42:21 +00:00
Marc Weber
32e2dbf87f
added wavesurfer (sound analysis tool) and its dependency snack (tcl /python sound tool library)
...
svn path=/nixpkgs/trunk/; revision=12904
2008-09-24 00:42:06 +00:00
Eelco Dolstra
49de4abefa
* Don't use toString here - it causes the path of source file
...
(e.g. /home/foo/nixpkgs/.../glx-patch-0.6.2.patch) to be
substituted, which is clearly impure. I noticed this because I was
getting different derivations for Compiz when running as root
vs. another user.
svn path=/nixpkgs/trunk/; revision=12903
2008-09-23 00:52:05 +00:00
Eelco Dolstra
bf65ff9ec6
* Use the texinfo-4.13a tarball. Strangely, the texinfo-4.13 tarball
...
has a different hash on ftp.nluug.nl, which happens to be the first
mirror for fetchurl, thus building texinfo failed.
svn path=/nixpkgs/trunk/; revision=12902
2008-09-23 00:21:49 +00:00
Ludovic Courtès
a4a186d4cf
GNU Texinfo 4.13.
...
svn path=/nixpkgs/trunk/; revision=12901
2008-09-22 21:21:39 +00:00
Eelco Dolstra
ba6845d03e
* gphoto updated to 2.4.2.
...
svn path=/nixpkgs/trunk/; revision=12900
2008-09-22 17:06:31 +00:00
Sander van der Burg
8d679b6351
Created simplified ejabberd Nix expression
...
svn path=/nixpkgs/trunk/; revision=12899
2008-09-22 14:07:25 +00:00
Ludovic Courtès
113e5eff46
zope: Fix name of argument.
...
svn path=/nixpkgs/trunk/; revision=12898
2008-09-19 14:39:57 +00:00
Pjotr Prins
d96f2b1ea0
Ascertain Zope is using Python-2.4
...
svn path=/nixpkgs/trunk/; revision=12897
2008-09-19 13:55:14 +00:00
Pjotr Prins
c09e1e540c
Introduced pal2nal package
...
svn path=/nixpkgs/trunk/; revision=12896
2008-09-19 13:39:17 +00:00
Pjotr Prins
301f2e3094
Bumped PAML version
...
svn path=/nixpkgs/trunk/; revision=12895
2008-09-19 13:36:35 +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
Ludovic Courtès
128f1cffdb
Build Inkscape, XScreenSaver, XLockMore.
...
svn path=/nixpkgs/trunk/; revision=12893
2008-09-19 12:32:38 +00:00
Peter Simons
05d7c131d1
Re-apply Eelco's "installCommand --> installPhase" patch.
...
svn path=/nixpkgs/trunk/; revision=12892
2008-09-19 10:07:57 +00:00
Peter Simons
f3ae22fa5f
Install wrappers for Twisted binaries to ensure a correct ${PYTHONPATH}.
...
svn path=/nixpkgs/trunk/; revision=12891
2008-09-19 10:07:36 +00:00
Peter Simons
656127373d
maude: Updated unstable version to 2.4-alpha-91b. All unit tests pass now.
...
svn path=/nixpkgs/trunk/; revision=12890
2008-09-19 10:06:58 +00:00
Ludovic Courtès
db4b6d56a4
Allow `wrapFirefox' to read per-browser options.
...
svn path=/nixpkgs/trunk/; revision=12889
2008-09-19 09:46:21 +00:00
Ludovic Courtès
a04d2c14be
Build Lout.
...
svn path=/nixpkgs/trunk/; revision=12888
2008-09-19 08:53:05 +00:00
Ludovic Courtès
a9ad71d940
Lout: Run fixupPhase' after
installPhase'.
...
This removes dependency on GCC.
svn path=/nixpkgs/trunk/; revision=12887
2008-09-19 08:52:17 +00:00
Ludovic Courtès
508ae51b7a
Lout 3.37.
...
svn path=/nixpkgs/trunk/; revision=12886
2008-09-19 08:32:37 +00:00
Eelco Dolstra
40df8c7b92
* Use the latest version while we're at it.
...
svn path=/nixpkgs/trunk/; revision=12885
2008-09-18 21:20:44 +00:00
Eelco Dolstra
8e494d50b3
* Fix a broken URL.
...
svn path=/nixpkgs/trunk/; revision=12884
2008-09-18 21:17:10 +00:00
Eelco Dolstra
0548c19dbe
* NTP 4.2.4p5 (and the old url was broken).
...
svn path=/nixpkgs/trunk/; revision=12883
2008-09-18 21:15:14 +00:00
Ludovic Courtès
cfef9ba3ad
GNU Libgcrypt 1.4.3.
...
svn path=/nixpkgs/trunk/; revision=12882
2008-09-18 19:03:42 +00:00
Eelco Dolstra
dbae3ea4a2
* Compiz 0.7.8.
...
svn path=/nixpkgs/trunk/; revision=12881
2008-09-18 15:20:53 +00:00
Eelco Dolstra
617a289fa7
* Provide some more disk space by default. Qcow makes it cheap anyway.
...
svn path=/nixpkgs/trunk/; revision=12880
2008-09-18 10:45:22 +00:00
Eelco Dolstra
8d7d8fc4bd
* Linux 2.6.25.17.
...
svn path=/nixpkgs/trunk/; revision=12879
2008-09-18 09:53:12 +00:00
Eelco Dolstra
e2accf1c2e
* Bump the default kernel to 2.6.25, which seems stable enough
...
(cross fingers).
svn path=/nixpkgs/trunk/; revision=12878
2008-09-18 09:47:45 +00:00
Eelco Dolstra
35cc272d07
* Handle symlinks such as /dev/disk/by-label/bla. Previously
...
Grub installation barfed.
svn path=/nixpkgs/trunk/; revision=12877
2008-09-18 09:43:31 +00:00
Eelco Dolstra
74669a825c
* Latest ntfs-3g.
...
svn path=/nixpkgs/trunk/; revision=12871
2008-09-17 12:52:46 +00:00
Ludovic Courtès
621b315eea
Bigloo 3.1c.
...
svn path=/nixpkgs/trunk/; revision=12869
2008-09-16 21:18:33 +00:00
Ludovic Courtès
7c9b4112c6
GnuTLS 2.4.2.
...
svn path=/nixpkgs/trunk/; revision=12868
2008-09-16 09:14:20 +00:00
Ludovic Courtès
88f0359c5c
OProfile 0.9.4.
...
svn path=/nixpkgs/trunk/; revision=12867
2008-09-15 15:26:01 +00:00
Michael Raskin
8261a3b1b0
Hm, midori build would like to use file.
...
svn path=/nixpkgs/trunk/; revision=12865
2008-09-15 10:30:04 +00:00
Eelco Dolstra
f427bc8831
* Remove some obsolete code.
...
svn path=/nixpkgs/trunk/; revision=12864
2008-09-14 19:06:15 +00:00
Eelco Dolstra
07918993af
* Doh. Forgot to commit.
...
svn path=/nixpkgs/trunk/; revision=12863
2008-09-14 19:05:59 +00:00
Armijn Hemel
dbcba78213
pidgin otr + libotr 3.1.0 -> 3.2.0
...
svn path=/nixpkgs/trunk/; revision=12860
2008-09-13 10:40:33 +00:00
Armijn Hemel
1b5dbd6d9c
0.5 -> 0.5.1
...
svn path=/nixpkgs/trunk/; revision=12859
2008-09-13 10:25:20 +00:00
Armijn Hemel
263b3d8f1e
3.0.0 -> 3.0.4
...
svn path=/nixpkgs/trunk/; revision=12858
2008-09-13 10:11:39 +00:00
Ludovic Courtès
474ea2b7ee
Add Exmap, a Linux-specific tool to examine process memory usage.
...
svn path=/nixpkgs/trunk/; revision=12857
2008-09-12 20:00:00 +00:00
Ludovic Courtès
c9d9cfe6d4
GNU Freefont 20080912.
...
svn path=/nixpkgs/trunk/; revision=12856
2008-09-12 17:54:59 +00:00
Ludovic Courtès
bd6763f3e3
Build BitlBee and Seccure (the latter is used by NixOS).
...
svn path=/nixpkgs/trunk/; revision=12852
2008-09-12 15:56:34 +00:00
Eelco Dolstra
93456721f5
* Ubuntu 8.04 Hardy (i386 and amd64).
...
svn path=/nixpkgs/trunk/; revision=12850
2008-09-12 13:34:41 +00:00