Eelco Dolstra
29daeec109
* pciutils: build a shared libpci.
...
* pciutils: updated to the latest pci.ids.
svn path=/nixpkgs/trunk/; revision=14490
2009-03-10 12:25:45 +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
Sander van der Burg
68e6471a70
Fixed detection of apr-utils
...
svn path=/nixpkgs/trunk/; revision=14487
2009-03-10 10:18:11 +00:00
Eelco Dolstra
f8641d34a2
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=14486
2009-03-10 09:05:43 +00:00
Eelco Dolstra
9ab4720b85
* Latest libdvdcss.
...
svn path=/nixpkgs/trunk/; revision=14483
2009-03-10 08:06:50 +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
65edbcdb90
svn path=/nixos/trunk/; revision=14480
2009-03-09 21:12:46 +00:00
Eelco Dolstra
39611b983a
svn path=/nixos/trunk/; revision=14479
2009-03-09 21:11:17 +00:00
Eelco Dolstra
1e947b7acd
svn path=/nixos/trunk/; revision=14478
2009-03-09 21:10:53 +00:00
Marc Weber
aeba0af8dd
Allow specifying [] as filesystem option
...
because you don't need any on vservers
You still get a warning when not setting the value so that you can't
forget it.
svn path=/nixos/branches/fix-style/; revision=14477
2009-03-09 19:18:27 +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
Sander van der Burg
3979b5359b
Added aprutil as buildinput to kdesdk
...
svn path=/nixpkgs/trunk/; revision=14472
2009-03-09 16:05:57 +00:00
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
Nicolas Pierron
0a010e671a
* Include the version in the name attribute.
...
Author: eelco @ rev 14413
svn path=/nixos/branches/fix-style/; revision=14449
2009-03-07 18:01:55 +00:00
Nicolas Pierron
e05e4b6bca
Author: eelco @ rev 14411
...
svn path=/nixos/branches/fix-style/; revision=14448
2009-03-07 18:01:51 +00:00
Nicolas Pierron
5dbb38cdec
Adding the ftp pam service, for vsftpd.
...
Author: viric @ rev 14287
svn path=/nixos/branches/fix-style/; revision=14447
2009-03-07 18:01:47 +00:00
Nicolas Pierron
c887a5be1e
Fixing vsftpd without anonymous users, adding localUsers, and creating chroot path.
...
Author: viric @ rev 14286
svn path=/nixos/branches/fix-style/; revision=14446
2009-03-07 18:01:42 +00:00
Nicolas Pierron
02ed3f12ed
* Support special characters in config.nix.extraOptions.
...
Author: eelco @ rev 14278
svn path=/nixos/branches/fix-style/; revision=14445
2009-03-07 18:01:38 +00:00
Nicolas Pierron
6013de33f8
* Need gzip in the Nix daemon's PATH. Forgot to commit this.
...
Author: eelco @ rev 14274
svn path=/nixos/branches/fix-style/; revision=14444
2009-03-07 18:01:33 +00:00
Nicolas Pierron
08f32ca62a
* Make nix-channel and nix-env work when chroots are enabled.
...
Author: eelco @ rev 14271
svn path=/nixos/branches/fix-style/; revision=14443
2009-03-07 18:01:26 +00:00
Nicolas Pierron
221680936e
Updating LiveDVD with X expressions
...
Author: raskin @ rev 14251
svn path=/nixos/branches/fix-style/; revision=14442
2009-03-07 18:01:22 +00:00
Nicolas Pierron
119fff4c4c
portmap: Add options.
...
Author: ludo @ rev 14233
svn path=/nixos/branches/fix-style/; revision=14441
2009-03-07 18:01:17 +00:00
Nicolas Pierron
c69348cd07
Automated install is once more succesful
...
Author: raskin @ rev 14229
svn path=/nixos/branches/fix-style/; revision=14440
2009-03-07 18:01:12 +00:00
Nicolas Pierron
2ec60d4023
* Add support for the Cirrus driver. This is useful in QEMU/KVM
...
because it emulates a Cirrus card.
Author: eelco @ rev 14227
svn path=/nixos/branches/fix-style/; revision=14439
2009-03-07 18:01:04 +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
01a662d3e0
GNU Tar 1.22 (untested).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14433
2009-03-07 11:35:18 +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