Marc Weber
498be42912
version bump: wireshark-1.1.2, libpcap-1.0.0
...
svn path=/nixpkgs/trunk/; revision=14054
2009-02-12 20:28:01 +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
Eelco Dolstra
0c3abad795
* Latest Compress::Zlib.
...
* Put the fix for Perl modules that install in the wrong location
($out/lib instead of $out/lib/site_perl) in the generic Perl
builder.
svn path=/nixpkgs/trunk/; revision=14051
2009-02-12 20:18:13 +00:00
Sander van der Burg
be986c5f97
Added initial KDE 4.2 nix expression which build kdelibs
...
svn path=/nixpkgs/trunk/; revision=14044
2009-02-12 16:26:32 +00:00
Sander van der Burg
120bb8afe3
Added initial KDE 4.2 nix expression which build kdelibs
...
svn path=/nixpkgs/trunk/; revision=14043
2009-02-12 16:26:04 +00:00
Eelco Dolstra
29e33f4a12
* Latest Catalyst packages, include FormFu and its gazillion
...
dependencies.
svn path=/nixpkgs/trunk/; revision=14042
2009-02-12 15:59:22 +00:00
Eelco Dolstra
61e7bd7372
* Perl builder: run tests by default.
...
svn path=/nixpkgs/trunk/; revision=14041
2009-02-12 15:56:35 +00:00
Sander van der Burg
09bb1e1116
Updated log4cxx to version 0.10.0 by using a patch from Andrew Morsillo
...
svn path=/nixpkgs/trunk/; revision=14039
2009-02-12 14:52:23 +00:00
Michael Raskin
7590daad42
Extra mirror for lsof
...
svn path=/nixpkgs/trunk/; revision=14036
2009-02-11 21:51:05 +00:00
Marc Weber
5778dd836d
mend
...
svn path=/nixpkgs/trunk/; revision=14035
2009-02-11 16:12:14 +00:00
Marc Weber
944d6221df
my-env: add some hackish support for zsh
...
svn path=/nixpkgs/trunk/; revision=14034
2009-02-11 16:12:12 +00:00
Eelco Dolstra
ca5e6b9624
svn path=/nixpkgs/trunk/; revision=14033
2009-02-11 14:53:17 +00:00
Peter Simons
3fb26823cd
Use correct hash for boost 1.38.0. Oops.
...
svn path=/nixpkgs/trunk/; revision=14032
2009-02-11 10:02:18 +00:00
Peter Simons
05eb6625ed
Bumped boost libraries to version 1.38.0.
...
svn path=/nixpkgs/trunk/; revision=14031
2009-02-11 10:02:10 +00:00
Ludovic Courtès
f94091ad09
BitlBee 1.2.3.
...
svn path=/nixpkgs/trunk/; revision=14030
2009-02-11 08:48:46 +00:00
Eelco Dolstra
79d3e0926d
* Started documenting the meta attributes, including a first
...
(very incomplete) attempt at standardising the license attribute.
svn path=/nixpkgs/trunk/; revision=14028
2009-02-10 23:29:42 +00:00
Eelco Dolstra
efa1bf9cb5
* Added acpid, a daemon that monitors ACPI events.
...
svn path=/nixpkgs/trunk/; revision=14026
2009-02-10 23:12:18 +00:00
Eelco Dolstra
efbfa0c395
* Latest lsof.
...
svn path=/nixpkgs/trunk/; revision=14025
2009-02-10 23:11:29 +00:00
Eelco Dolstra
3989a4ed4a
* gcc.gcc may be null.
...
svn path=/nixpkgs/trunk/; revision=14023
2009-02-10 16:09:43 +00:00
Eelco Dolstra
0cf9849afd
* More refactoring: move all the stdenv adapter functions (like
...
useDietlibc) to a separate file. all-packages.nix should really
only contain package composition stuff.
svn path=/nixpkgs/trunk/; revision=14022
2009-02-10 15:48:30 +00:00
Ludovic Courtès
b2ccd56224
GNU IceCat 3.0.6-g1.
...
svn path=/nixpkgs/trunk/; revision=14021
2009-02-10 14:35:11 +00:00
Michael Raskin
646767fdec
Fixing Cuneiform for non-Linux platform
...
svn path=/nixpkgs/trunk/; revision=14020
2009-02-10 13:54:05 +00:00
Eelco Dolstra
5e3c509cb8
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=14019
2009-02-10 11:10:12 +00:00
Eelco Dolstra
268148c794
* Latest NVIDIA driver. Hopefully this fixes my suspend-to-RAM problems.
...
Also, use the pkg0 download, since pkg1/pkg2 apparently just contain
precompiled modules that we don't need.
svn path=/nixpkgs/trunk/; revision=14018
2009-02-10 11:06:41 +00:00
Lluís Batlle i Rossell
21fd05797c
Adding GPL Arcade Volleyball.
...
I had this patch _almost_ ready for a long long time. Now ready.
svn path=/nixpkgs/trunk/; revision=14017
2009-02-09 22:44:36 +00:00
Lluís Batlle i Rossell
18cc7f4b37
Adding comical-0.8
...
svn path=/nixpkgs/trunk/; revision=14016
2009-02-09 20:44:26 +00:00
Michael Raskin
921b7d3c69
Added Cuneiform OCR. Works somehow..
...
svn path=/nixpkgs/trunk/; revision=14015
2009-02-09 20:37:11 +00:00
Eelco Dolstra
f9b9844949
* Doh.
...
svn path=/nixpkgs/trunk/; revision=14014
2009-02-09 17:03:18 +00:00
Eelco Dolstra
599015e8b0
* Split lib/default.nix into several files, as it had become a big
...
mess. Also cleaned up some functions:
- foldl appeared broken (it recursively called fold).
- Renamed logicalAND/logicalOR to and/or.
- Removed listOfListsToAttrs, eqStrings: obsolete.
- Removed isInList, which does the same thing as elem.
- stringToCharacters: don't return a "" at the end of the list.
- Renamed concatList to concat, as concatList (singular) is a
misnomer: it takes two lists. Likewise, renamed mergeAttr to
mergeAttrs.
misc.nix still contains a lot of stuff that should be refactored and
moved to other files.
svn path=/nixpkgs/trunk/; revision=14013
2009-02-09 16:51:03 +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
Lluís Batlle i Rossell
ee9a5c1c89
Fixing a nix import path I commited without enough care.
...
svn path=/nixpkgs/trunk/; revision=14010
2009-02-08 23:29:27 +00:00
Michael Raskin
d20bb02310
Added mozplugger - an universal launching plugin for Mozilla programs
...
svn path=/nixpkgs/trunk/; revision=14009
2009-02-08 17:23:22 +00:00
Lluís Batlle i Rossell
264a6c709a
Adding alliance 5.0
...
svn path=/nixpkgs/trunk/; revision=14008
2009-02-08 16:28:31 +00:00
Lluís Batlle i Rossell
0f6908ca75
Updating dosfstools to 3.01. Removing selectVersion.
...
(3.00deb urls weren't working)
svn path=/nixpkgs/trunk/; revision=14007
2009-02-08 16:28:12 +00:00
Lluís Batlle i Rossell
863e9181d5
Adding vtk-5.2.1, The Visualization Toolkit.
...
svn path=/nixpkgs/trunk/; revision=14006
2009-02-08 16:27:57 +00:00
Michael Raskin
97d0f21d03
Added XaoS fractal viewer
...
svn path=/nixpkgs/trunk/; revision=14004
2009-02-08 14:17:05 +00:00
Michael Raskin
b47bdfc6f7
kqemu seems to need it on most kernels
...
svn path=/nixpkgs/trunk/; revision=14003
2009-02-08 13:22:26 +00:00
Michael Raskin
f529bd70a1
Carrier update
...
svn path=/nixpkgs/trunk/; revision=14002
2009-02-07 16:02:50 +00:00
Tobias Hammerschmidt
b7f9c33989
version bump
...
svn path=/nixpkgs/trunk/; revision=13999
2009-02-06 20:18:08 +00:00
Peter Simons
0d64423f60
ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.47-1.tar.gz no longer
...
exists. There is a newer version on the server, but it cannot be
downloaded, apparently because of misconfigured permissions.
svn path=/nixpkgs/trunk/; revision=13996
2009-02-06 09:52:27 +00:00
Peter Simons
c84c92d3e8
ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.41-1.tar.gz no longer
...
exists. There is a newer version on the server, but it cannot be
downloaded, apparently because of misconfigured permissions.
svn path=/nixpkgs/trunk/; revision=13995
2009-02-06 09:48:20 +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
Marc Weber
c4c1aa0a8a
added thinkingRock
...
svn path=/nixpkgs/trunk/; revision=13993
2009-02-06 03:14:30 +00:00
Marc Weber
e3ef805500
added pointer to the package classification policy maintainer document
...
svn path=/nixpkgs/trunk/; revision=13992
2009-02-05 23:44:52 +00:00
Peter Simons
ecddd8b472
Added syslog-ng (and the eventlog library that it depends on).
...
svn path=/nixpkgs/trunk/; revision=13988
2009-02-05 16:50:45 +00:00
Eelco Dolstra
b3ff9f5275
* Qt 4: don't install the docs.
...
svn path=/nixpkgs/trunk/; revision=13979
2009-02-05 09:55:10 +00:00
Eelco Dolstra
4d68e0d17f
* Firefox 3.0.6.
...
svn path=/nixpkgs/trunk/; revision=13978
2009-02-04 08:52:43 +00:00
Eelco Dolstra
f45ed4b74e
* Remove obsolete comment.
...
svn path=/nixpkgs/trunk/; revision=13977
2009-02-03 22:15:02 +00:00