Ludovic Courtès
da14d70415
GNU IceCat: Prepare for Xulrunner build.
...
svn path=/nixpkgs/trunk/; revision=12917
2008-09-25 07:32:57 +00:00
Eelco Dolstra
cb4ca4aa36
* Change /nix/state back to /nix/var, this broke NixOS...
...
svn path=/nixpkgs/trunk/; revision=12916
2008-09-24 17:38:40 +00:00
Michael Raskin
530c8a4e5b
Double oops
...
svn path=/nixpkgs/trunk/; revision=12915
2008-09-24 14:45:28 +00:00
Michael Raskin
6b97827f14
oops, recursionwas needed on an attribute set
...
svn path=/nixpkgs/trunk/; revision=12914
2008-09-24 14:15:35 +00:00
Michael Raskin
db4c346392
all-packages.nix update of xscreensaver call
...
svn path=/nixpkgs/trunk/; revision=12913
2008-09-24 13:58:23 +00:00
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
Eelco Dolstra
8745d2f85d
* Added an x86_64 (amd64) image for Debian.
...
* Updated Debian 4.0 to r4a. Dropped the revision ("r3", "r4a") from
the attribute name since Debian doesn't seem to keep old revisions
available anyway.
svn path=/nixpkgs/trunk/; revision=12849
2008-09-12 13:17:52 +00:00
Eelco Dolstra
a5231ec30e
* Latest dpkg (the old one has disappeared).
...
svn path=/nixpkgs/trunk/; revision=12848
2008-09-12 13:14:06 +00:00
Eelco Dolstra
119473aac6
* Add RPM builds for Fedora 9 (x86_64).
...
svn path=/nixpkgs/trunk/; revision=12847
2008-09-12 12:24:07 +00:00
Eelco Dolstra
6fdbb17f99
* Print the uname.
...
svn path=/nixpkgs/trunk/; revision=12846
2008-09-12 12:06:40 +00:00
Armijn Hemel
e89fed21f9
update to 1.0.3
...
svn path=/nixpkgs/trunk/; revision=12845
2008-09-11 22:04:27 +00:00
Armijn Hemel
99fcd8c685
update to 0.12.0
...
svn path=/nixpkgs/trunk/; revision=12844
2008-09-11 21:29:44 +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
Armijn Hemel
37524efd2a
update to 4.75
...
svn path=/nixpkgs/trunk/; revision=12842
2008-09-11 17:28:37 +00:00
Ludovic Courtès
0233672dc7
Sudo 1.6.9p17.
...
svn path=/nixpkgs/trunk/; revision=12841
2008-09-11 14:31:37 +00:00
Ludovic Courtès
a8876e7130
GNU Autoconf 2.63.
...
svn path=/nixpkgs/trunk/; revision=12840
2008-09-11 12:45:20 +00:00
Eelco Dolstra
5168fde6a6
* Revert to 7.4 (but with an updated URL) since pcre is a part of
...
stdenv. Time to reopen the stdenv branch?
svn path=/nixpkgs/trunk/; revision=12838
2008-09-10 11:33:46 +00:00
Ludovic Courtès
884b8c42d3
Fix GnuTLS' `openssl' test.
...
svn path=/nixpkgs/trunk/; revision=12836
2008-09-09 20:17:03 +00:00
Peter Simons
be4bb6f4de
libpcre: update from 7.4 to 7.8
...
Version 7.4 of libpcre is no longer available for download at the
specified location, so I updated to version 7.8, which is the latest
one.
svn path=/nixpkgs/trunk/; revision=12835
2008-09-09 19:09:55 +00:00
Eelco Dolstra
aac824af28
* Disable make check for now due to a bug in gnutls, see
...
http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3050
svn path=/nixpkgs/trunk/; revision=12834
2008-09-09 14:54:02 +00:00
Eelco Dolstra
29f04e4331
* Linux 2.6.26.5.
...
svn path=/nixpkgs/trunk/; revision=12833
2008-09-09 09:54:33 +00:00
Ludovic Courtès
8f0dab06ec
Add GnuPG mirrors, use them.
...
svn path=/nixpkgs/trunk/; revision=12832
2008-09-09 09:06:01 +00:00
Ludovic Courtès
c4c830b66e
libgcrypt 1.4.2.
...
svn path=/nixpkgs/trunk/; revision=12831
2008-09-09 08:48:46 +00:00
Michael Raskin
731cf5fff0
Updating nixUnstable.
...
svn path=/nixpkgs/trunk/; revision=12827
2008-09-08 21:06:41 +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
4632fa1449
* Mirrors for ancient SUSE releases.
...
svn path=/nixpkgs/trunk/; revision=12821
2008-09-08 07:44:43 +00:00
Marc Weber
1aea0c12a3
updated freemind to 0.9.0_Beta_20, purified env sto make it work for everyone a
...
svn path=/nixpkgs/trunk/; revision=12819
2008-09-07 21:17:49 +00:00
Michael Raskin
958ea79a78
Added Midori - a light, WebKit-based GTK browser.
...
svn path=/nixpkgs/trunk/; revision=12818
2008-09-07 12:58:56 +00:00
Michael Raskin
317d89066b
Force Pidgin to use GnuTLS when it is offered.
...
svn path=/nixpkgs/trunk/; revision=12816
2008-09-06 18:23:55 +00:00
Michael Raskin
0f48d38859
Move libgcrypt to propagatedBuildInputs of gnutls, problems with, say, Pidgin without that.
...
svn path=/nixpkgs/trunk/; revision=12815
2008-09-06 18:22:35 +00:00
Marc Weber
56a7c7dfc7
Added proxy tunnel tool
...
svn path=/nixpkgs/trunk/; revision=12814
2008-09-06 12:33:25 +00:00
Michael Raskin
de45b13c79
Options to remove OpenSSL and use gnuTLS for Pidgin (reported to work better with, say, Amessage or any other XMPP server which requires strong channel encryption)
...
svn path=/nixpkgs/trunk/; revision=12813
2008-09-06 10:30:55 +00:00
Nicolas Pierron
6c4a6e83b4
Move maxima close to scilab. (applications/science/math)
...
Requested by Michael Raskin.
svn path=/nixpkgs/trunk/; revision=12812
2008-09-05 17:21:45 +00:00
Nicolas Pierron
125cddcb06
Move stlport to the top-level.
...
svn path=/nixpkgs/trunk/; revision=12811
2008-09-05 17:17:00 +00:00
Nicolas Pierron
517a120ff8
Add scilab-4.1.2
...
svn path=/nixpkgs/trunk/; revision=12810
2008-09-05 17:12:04 +00:00
Nicolas Pierron
84125627f7
gfortran: Use new gcc wrapper.
...
- Fix gfortran linking problems.
svn path=/nixpkgs/trunk/; revision=12809
2008-09-05 17:11:12 +00:00
Eelco Dolstra
e3ec3f4782
* -no-kvm-irqchip seems to prevent random KVM networking hangs on
...
2.6.25 kernels.
svn path=/nixpkgs/trunk/; revision=12807
2008-09-05 11:39:51 +00:00
Ludovic Courtès
54a5f9c9fc
IceCat: Remove outdated comment.
...
svn path=/nixpkgs/trunk/; revision=12805
2008-09-05 09:16:15 +00:00
Ludovic Courtès
deac729a8c
libgc 7.1.
...
svn path=/nixpkgs/trunk/; revision=12804
2008-09-05 08:03:44 +00:00
Ludovic Courtès
bea666b9d1
Move sysprof' to
kernelPackages'.
...
Warning: it builds with 2.6.23 but not with 2.6.26.
svn path=/nixpkgs/trunk/; revision=12803
2008-09-05 07:26:37 +00:00
Ludovic Courtès
a31f01e83b
GNUnet: Wrap `gnunetd' so that it can dlopen the modules.
...
svn path=/nixpkgs/trunk/; revision=12801
2008-09-04 20:24:03 +00:00
Ludovic Courtès
6f2086ec0e
Git 1.6.0.1.
...
svn path=/nixpkgs/trunk/; revision=12800
2008-09-04 19:52:27 +00:00
Eelco Dolstra
35f684458a
* Removed some unnecessary code.
...
svn path=/nixpkgs/trunk/; revision=12799
2008-09-04 12:27:17 +00:00
Eelco Dolstra
0c30058ac7
* Need lowPrio.
...
svn path=/nixpkgs/trunk/; revision=12798
2008-09-04 12:07:16 +00:00
Eelco Dolstra
bb0f036205
* Fallback for old Fedora releases.
...
svn path=/nixpkgs/trunk/; revision=12797
2008-09-04 09:44:40 +00:00
Eelco Dolstra
c754b8b27c
* Thunderbird 2.0.0.16.
...
* Re-enabled chatzilla in the channel.
svn path=/nixpkgs/trunk/; revision=12796
2008-09-04 09:36:04 +00:00
Eelco Dolstra
313515452c
* Removed an outdated comment.
...
svn path=/nixpkgs/trunk/; revision=12795
2008-09-04 09:33:59 +00:00
Eelco Dolstra
549a4405e3
* xulrunner-wrapper: use Firefox 3 directly (via "firefox -app"),
...
since it has full support for running XUL applications. This saves
a lot of space (you don't need two copies of basically the same
software).
* Deleted the old xulrunner (1.8.0.4), it didn't compile anyway with
recent GTK.
* Updated chatzilla to 0.9.83.
svn path=/nixpkgs/trunk/; revision=12794
2008-09-04 09:29:09 +00:00
Michael Raskin
fd0b020c74
Renamed python.sqlite getConfig entry to python.sqliteSupport (to make it the same style as the other 3 options nearby)
...
svn path=/nixpkgs/trunk/; revision=12793
2008-09-04 04:22:20 +00:00
Ludovic Courtès
0a096340ad
GDB 6.8.
...
svn path=/nixpkgs/trunk/; revision=12792
2008-09-03 13:12:23 +00:00
Pjotr Prins
a4b504243d
gmp: removed superfluous settings
...
svn path=/nixpkgs/trunk/; revision=12791
2008-09-03 10:30:47 +00:00