Eelco Dolstra
f81bbde9d2
* Urgh, this is why duplication is bad...
...
svn path=/nixpkgs/trunk/; revision=14493
2009-03-10 12:54:12 +00:00
Eelco Dolstra
f1203df6b5
* Add all KDE 4 packages.
...
svn path=/nixpkgs/trunk/; revision=14491
2009-03-10 12:34:12 +00:00
Peter Simons
610aac30c3
Fixed Python StringTemplate library.
...
Most importantly, this change required updating the ANTLR 2.x expression to
install the Python run-time library. While we're at it, we're building the
run-time library for C++ and Java, too. There is still work to be done: the
stringtemplate library doesn't find antlr.py without help yet.
svn path=/nixpkgs/trunk/; revision=14489
2009-03-10 12:01:22 +00:00
Eelco Dolstra
f8641d34a2
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=14486
2009-03-10 09:05:43 +00:00
Eelco Dolstra
9be9f5b2bb
* Build some KDE 4 packages in Hydra.
...
svn path=/nixpkgs/trunk/; revision=14482
2009-03-10 08:01:35 +00:00
Eelco Dolstra
9fee9c7be4
* Some renaming: kde -> kde-3, kde-4 -> kde-4-old (we can delete it
...
eventually, but it seems to contain some packages that aren't in
kde-4.2 yet).
svn path=/nixpkgs/trunk/; revision=14481
2009-03-10 07:58:12 +00:00
Eelco Dolstra
c94f5f7862
* Put the tarball job in a separate file.
...
svn path=/nixpkgs/trunk/; revision=14476
2009-03-09 17:49:13 +00:00
Eelco Dolstra
b763e1d520
* makeOverridable: call the override function "override" instead of
...
"function", which isn't very descriptive ;-)
Also, the argument to "override" can be either a function (that
takes the old arguments and returns the overriding arguments), or a
plain attribute set that contains the overriding arguments.
E.g. you can say
nixUnstable.override { supportOldDBs = false; }
and
nixUnstable.override (oldArgs: { name = oldArgs.name + "-my-version"; })
svn path=/nixpkgs/trunk/; revision=14468
2009-03-09 15:49:58 +00:00
Armijn Hemel
a61ee3644c
bump powertop to 1.11
...
svn path=/nixpkgs/trunk/; revision=14458
2009-03-09 13:53:48 +00:00
Sander van der Burg
2c11f47c8c
Added CUPS administration tools in kdeadmin
...
svn path=/nixpkgs/trunk/; revision=14457
2009-03-09 13:29:37 +00:00
Peter Simons
f8c360148e
Moved python stringtemplate library from tools/text/py-string-template
...
to development/python-modules/stringtemplate.
svn path=/nixpkgs/trunk/; revision=14455
2009-03-09 10:46:42 +00:00
Michael Raskin
1dd385c5b9
Updated Squid
...
svn path=/nixpkgs/trunk/; revision=14451
2009-03-08 12:29:34 +00:00
Marc Weber
e69b4bd8ed
remove error context in all-packages.nix again
...
this partially reverts -r14429
svn path=/nixpkgs/trunk/; revision=14435
2009-03-07 13:10:53 +00:00
Marc Weber
49b115132d
add error context to all top level attr names of all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=14429
2009-03-06 23:21:31 +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
Marc Weber
f1183f33e3
added simple lib test case for overridableDelayableArgs
...
svn path=/nixpkgs/trunk/; revision=14426
2009-03-06 23:21:17 +00:00
Ludovic Courtès
fac7dc875a
Build Doxygen.
...
svn path=/nixpkgs/trunk/; revision=14352
2009-03-05 15:42:42 +00:00
Ludovic Courtès
a2317f6997
Doxygen 1.5.8.
...
svn path=/nixpkgs/trunk/; revision=14350
2009-03-05 15:17:53 +00:00
Lluís Batlle i Rossell
08a1042318
Adding neverball 1.5.0, which comes with neverputt. Fun.
...
svn path=/nixpkgs/trunk/; revision=14338
2009-03-04 17:28:25 +00:00
Lluís Batlle i Rossell
f3a4388ddc
Updating flashplayer10 for i686, and adding it for x64.
...
I haven't tried the builder for i686, but I think it should work. The fix should be easy in any cas.
I don't think I've written pretty nix code, so I'm looking forward for revision.
svn path=/nixpkgs/trunk/; revision=14324
2009-03-04 11:04:16 +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
Eelco Dolstra
9efba4b3b0
* Added IO::Compress::Bzip2.
...
svn path=/nixpkgs/trunk/; revision=14306
2009-03-03 10:36:29 +00:00
Armijn Hemel
2d1a047761
add stunnel
...
svn path=/nixpkgs/trunk/; revision=14301
2009-03-02 15:23:52 +00:00
Lluís Batlle i Rossell
301c3d31c9
Adding tunctl. I didn't know how to build the manpage, though.
...
svn path=/nixpkgs/trunk/; revision=14290
2009-03-01 21:34:39 +00:00
Lluís Batlle i Rossell
247ad8bfcf
Adding LUKS cryptsetup for the devicemapper.
...
svn path=/nixpkgs/trunk/; revision=14289
2009-03-01 11:11:21 +00:00
Peter Simons
c7e3110299
Use $NIXPKGS_CONFIG to determine whether ghostscript has cups support.
...
svn path=/nixpkgs/trunk/; revision=14275
2009-02-27 13:44:31 +00:00
Ludovic Courtès
5ee528446d
Build GNU Zile.
...
svn path=/nixpkgs/trunk/; revision=14257
2009-02-26 09:57:48 +00:00
Ludovic Courtès
9aabbea00e
Build portmap' and
nfs-utils'.
...
svn path=/nixpkgs/trunk/; revision=14256
2009-02-26 09:57:27 +00:00
Lluís Batlle i Rossell
a54392bc53
Adding nylon.
...
svn path=/nixpkgs/trunk/; revision=14254
2009-02-25 23:21:44 +00:00
Lluís Batlle i Rossell
17abbe36d4
Adding remind and netpbm (maybe without all possible programs).
...
I agree the netpbm installation script is quite ugly, but I left a comment there.
svn path=/nixpkgs/trunk/; revision=14253
2009-02-25 22:44:08 +00:00
Marc Weber
daf2cd23dc
gpm updated to version 1.20.6 so it compiles on x86_64
...
svn path=/nixpkgs/trunk/; revision=14252
2009-02-25 21:17:25 +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
Sander van der Burg
3a1c208a69
Added pycups,desktop_file_utils,system_config_printer packages and added python kdebindings closure
...
svn path=/nixpkgs/trunk/; revision=14246
2009-02-25 16:05:13 +00:00
Ludovic Courtès
44ecf2a4b0
Build CEDET.
...
svn path=/nixpkgs/trunk/; revision=14241
2009-02-25 14:31:22 +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
Michael Raskin
8f51ff86fd
Qemu SVN head..
...
svn path=/nixpkgs/trunk/; revision=14222
2009-02-24 12:22:15 +00:00
Sander van der Burg
e8a25c32bc
Added KDE 4.2 plasma addons package to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14221
2009-02-24 12:17:44 +00:00
Eelco Dolstra
370e545be5
svn path=/nixpkgs/trunk/; revision=14216
2009-02-24 10:29:54 +00:00
Sander van der Burg
1dba159995
Added KDE 4.2 network, pim packages to the buildfarm
...
svn path=/nixpkgs/trunk/; revision=14212
2009-02-23 23:10:44 +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
Sander van der Burg
17dc18fd56
Added libmsn package
...
svn path=/nixpkgs/trunk/; revision=14206
2009-02-23 15:30:07 +00:00
Lluís Batlle i Rossell
5b3759c30d
Adding zdoom.
...
svn path=/nixpkgs/trunk/; revision=14194
2009-02-22 22:06:34 +00:00
Lluís Batlle i Rossell
9ab8cb9ec1
Adding fmod.
...
svn path=/nixpkgs/trunk/; revision=14193
2009-02-22 22:06:20 +00:00
Michael Raskin
b5b6c12d56
All-packages.nix updates..
...
svn path=/nixpkgs/trunk/; revision=14153
2009-02-21 18:59:15 +00:00
Sander van der Burg
040cec2dc4
Added KDE 4.2 utils to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14147
2009-02-20 16:25:00 +00:00
Sander van der Burg
634bd1f4ed
Added KDE 4.2 toys to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14146
2009-02-20 16:24:10 +00:00
Sander van der Burg
04b67d4c09
Added KDe 4.2 sdk,webdev,edu packages to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14145
2009-02-20 16:23:32 +00:00
Sander van der Burg
e685c82812
Refactored tapioca-qt closure with using the latest stable release instead of SVN version
...
svn path=/nixpkgs/trunk/; revision=14143
2009-02-20 16:18:56 +00:00
Eelco Dolstra
d1b98062ab
* Updated some Catalyst packages.
...
svn path=/nixpkgs/trunk/; revision=14137
2009-02-20 10:56:47 +00:00
Sander van der Burg
6e1d162eba
Added kdeadmin-4.2 to buildfarm
...
svn path=/nixpkgs/trunk/; revision=14131
2009-02-19 16:14:42 +00:00