Sander van der Burg
94371463b6
Added gphoto2 support to kdegraphics
...
svn path=/nixpkgs/trunk/; revision=14471
2009-03-09 16:00:22 +00:00
Sander van der Burg
f0614c79ff
Disabled plasma python modules
...
svn path=/nixpkgs/trunk/; revision=14469
2009-03-09 15:52:48 +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
Sander van der Burg
b3c8857f60
Fixed detection of PCI utils
...
svn path=/nixpkgs/trunk/; revision=14467
2009-03-09 15:43:05 +00:00
Sander van der Burg
01519d1005
Added subversion support for kdesdk
...
svn path=/nixpkgs/trunk/; revision=14466
2009-03-09 15:29:17 +00:00
Eelco Dolstra
5c7cd50c25
* Latest unstable version.
...
svn path=/nixpkgs/trunk/; revision=14465
2009-03-09 15:27:23 +00:00
Sander van der Burg
f9d5952ed5
Added support for X11 VidMode extension to kdenetwork
...
svn path=/nixpkgs/trunk/; revision=14462
2009-03-09 15:01:37 +00:00
Sander van der Burg
a901776a5f
Added support for KDE 4.2 python modules
...
svn path=/nixpkgs/trunk/; revision=14461
2009-03-09 14:44:42 +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
Lluís Batlle i Rossell
8e2956c4cb
Fixing wxGTK28 for x86_64, for the mesa references.
...
svn path=/nixpkgs/trunk/; revision=14454
2009-03-09 10:42:24 +00:00
Michael Raskin
1dd385c5b9
Updated Squid
...
svn path=/nixpkgs/trunk/; revision=14451
2009-03-08 12:29:34 +00:00
Armijn Hemel
4578b29f2c
bump to 1.17
...
svn path=/nixpkgs/trunk/; revision=14450
2009-03-08 12:11:05 +00:00
Michael Raskin
13a25d33d3
My attempts to build Thunderbird3beta on Xulrunner. Maybe it is impossible; if not - there are some things others could reuse...
...
svn path=/nixpkgs/trunk/; revision=14438
2009-03-07 17:18:48 +00:00
Armijn Hemel
a952ab93ab
bump to 5.0.77
...
svn path=/nixpkgs/trunk/; revision=14437
2009-03-07 14:11:45 +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
Ludovic Courtès
e97aa4bb01
GNU libidn 1.13.
...
svn path=/nixpkgs/trunk/; revision=14434
2009-03-07 11:47:40 +00:00
Ludovic Courtès
e9917baddd
GNU Zile 2.3.4.
...
svn path=/nixpkgs/trunk/; revision=14432
2009-03-07 11:28:56 +00:00
Marc Weber
23ca0bb3c2
vim version (7.2), optional .nix filetype detection and syntax highlighting
...
svn path=/nixpkgs/trunk/; revision=14431
2009-03-07 00:27:13 +00:00
Marc Weber
08e1c08bc7
moved debugging functions into lib module "debug"
...
svn path=/nixpkgs/trunk/; revision=14430
2009-03-06 23:21:35 +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
51289a41b0
adjust packages to overridableDelayableArgs
...
svn path=/nixpkgs/trunk/; revision=14427
2009-03-06 23:21:24 +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
Marc Weber
5ddfa7ed64
moved catAttrs, attrVals into attrsets.nix, adding attrValues
...
svn path=/nixpkgs/trunk/; revision=14425
2009-03-06 23:21:14 +00:00
Marc Weber
be3a9f2346
added overridableDelayableArgs replacing applyAndFun
...
svn path=/nixpkgs/trunk/; revision=14424
2009-03-06 23:21:12 +00:00
Marc Weber
e917282535
added eqStrict (deep, strict test for equality)
...
it can replace eqList and can compare attrs as well
svn path=/nixpkgs/trunk/; revision=14423
2009-03-06 23:21:09 +00:00
Eelco Dolstra
d0691bf1d7
* We don't need all that src.outPath / src.path hackery anymore.
...
svn path=/nixpkgs/trunk/; revision=14419
2009-03-06 16:53:44 +00:00
Eelco Dolstra
bd5aed6fd6
* Set argv[0] to a nicer value.
...
svn path=/nixpkgs/trunk/; revision=14418
2009-03-06 16:53:02 +00:00
Ludovic Courtès
f301e8423b
GNU Gnash 0.8.5.
...
svn path=/nixpkgs/trunk/; revision=14415
2009-03-06 14:24:27 +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
Eelco Dolstra
e263446442
* Firefox 3.0.7.
...
* Chatzilla 0.9.84.
svn path=/nixpkgs/trunk/; revision=14346
2009-03-05 14:06:07 +00:00
Sander van der Burg
628c3d0929
Changed download location of phonon
...
svn path=/nixpkgs/trunk/; revision=14341
2009-03-05 11:44:54 +00:00
Sander van der Burg
5e8908c481
Upgrade to KDE 4.2.1
...
svn path=/nixpkgs/trunk/; revision=14340
2009-03-05 11:09:47 +00:00
Armijn Hemel
53bf781136
update to 2.5.5
...
svn path=/nixpkgs/trunk/; revision=14339
2009-03-04 23:05:11 +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
Ludovic Courtès
70657dbb83
GnuPG 2.0.11.
...
svn path=/nixpkgs/trunk/; revision=14329
2009-03-04 13:41:52 +00:00
Marc Weber
b288a02e9a
nixUnstable version bump to 0.13pre14314
...
svn path=/nixpkgs/trunk/; revision=14326
2009-03-04 12:08:56 +00:00
Marc Weber
62a0aafa04
nixUnstable version bump to 0.13pre13641
...
svn path=/nixpkgs/trunk/; revision=14325
2009-03-04 12:08:51 +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
Ludovic Courtès
fb9ace2e56
CEDET: Run the test suite the right way.
...
svn path=/nixpkgs/trunk/; revision=14318
2009-03-03 19:45:04 +00:00
Ludovic Courtès
1c7bf2d846
GNU Zile 2.3.3.
...
svn path=/nixpkgs/trunk/; revision=14317
2009-03-03 19:35:56 +00:00
Eelco Dolstra
94b0227aad
svn path=/nixpkgs/trunk/; revision=14311
2009-03-03 13:47:46 +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
Eelco Dolstra
2c0558e11c
* Valgrind 3.4.1.
...
svn path=/nixpkgs/trunk/; revision=14304
2009-03-03 09:19:50 +00:00
Armijn Hemel
2d1a047761
add stunnel
...
svn path=/nixpkgs/trunk/; revision=14301
2009-03-02 15:23:52 +00:00
Ludovic Courtès
fd93dfbe9d
CEDET 1.0pre6.
...
svn path=/nixpkgs/trunk/; revision=14298
2009-03-02 15:11:54 +00:00