Yury G. Kudryashov
dd9b911673
Added log4cxx library
...
svn path=/nixpkgs/trunk/; revision=9638
2007-11-11 16:22:29 +00:00
Yury G. Kudryashov
118560335c
Added libzip
...
svn path=/nixpkgs/trunk/; revision=9637
2007-11-11 16:19:00 +00:00
Yury G. Kudryashov
9aea8727be
Added lzo library
...
svn path=/nixpkgs/trunk/; revision=9636
2007-11-11 16:17:21 +00:00
Yury G. Kudryashov
2b07939b70
Openbabel added. There are some TODO's in its nix-expression.
...
svn path=/nixpkgs/trunk/; revision=9635
2007-11-11 16:15:29 +00:00
Yury G. Kudryashov
b4c26d6ed9
Spidermonkey upgrade to 1.7
...
Nix-expression mostly rewritten
May be needed for previously commited elinks update
svn path=/nixpkgs/trunk/; revision=9634
2007-11-11 16:12:33 +00:00
Yury G. Kudryashov
6203fa41f7
Added poppler and poppler-data
...
svn path=/nixpkgs/trunk/; revision=9633
2007-11-11 16:00:51 +00:00
Yury G. Kudryashov
17b0f144f7
qt-4 (kde version) upgrade, added libtiff to qt-4 dependencies
...
svn path=/nixpkgs/trunk/; revision=9632
2007-11-11 15:56:30 +00:00
Yury G. Kudryashov
913cc6983e
speex upgrade, added libogg
...
svn path=/nixpkgs/trunk/; revision=9631
2007-11-11 15:53:25 +00:00
Yury G. Kudryashov
80ba72a288
Added some features to elinks
...
svn path=/nixpkgs/trunk/; revision=9630
2007-11-11 15:52:09 +00:00
Yury G. Kudryashov
711180395a
Added bzip2 to imlib2
...
svn path=/nixpkgs/trunk/; revision=9629
2007-11-11 15:49:28 +00:00
Michael Raskin
edf5ce8d75
Fixed docbook build for NixOS
...
svn path=/nixos/trunk/; revision=9628
2007-11-11 10:46:26 +00:00
Michael Raskin
2f49250b8d
Now nearly builds docbook section on options; skips names however.
...
svn path=/nixos/trunk/; revision=9627
2007-11-11 09:30:01 +00:00
Michael Raskin
0ba29c56f8
Added converter from new option description format to needed for docbook generation.
...
svn path=/nixpkgs/trunk/; revision=9626
2007-11-11 09:27:52 +00:00
Michael Raskin
8a887b6a94
Added Pidgin-LaTeX configuration section after pidgin-latex update; fixed the build process
...
svn path=/nixos/trunk/; revision=9625
2007-11-11 09:10:56 +00:00
Marc Weber
7a9d92486f
Synergy added and fetchcvs modified (see mailinglist post)
...
svn path=/nixpkgs/trunk/; revision=9624
2007-11-11 08:16:23 +00:00
Michael Raskin
61f4326752
Added possibility to enable SVG in ImageMagick, updated pidgin-latex, added missed xorgserver xkb patch.
...
svn path=/nixpkgs/trunk/; revision=9623
2007-11-11 07:54:45 +00:00
Michael Raskin
f38d6d0f15
Fixed a LED bug; patch taken from bugs.freedesktop.org
...
svn path=/nixpkgs/trunk/; revision=9622
2007-11-10 17:32:55 +00:00
Michael Raskin
d93753b794
Fixed option checker after changin option format.
...
svn path=/nixpkgs/trunk/; revision=9621
2007-11-10 13:35:50 +00:00
Michael Raskin
7d94e2ed4d
Removed bad characters in descriptions, changed system.nix checker invokation
...
svn path=/nixos/trunk/; revision=9620
2007-11-10 13:35:15 +00:00
Eelco Dolstra
2fc94b76fe
* Eliminate all calls to config.get.
...
svn path=/nixos/trunk/; revision=9619
2007-11-09 18:49:45 +00:00
Eelco Dolstra
62c1f0ddcc
* Converted the option declarations in options.nix to nested attribute
...
sets that match the hierarchical structure of the options. So
instead of
{
name = ["time" "timeZone"];
default = "CET";
example = "America/New_York";
description = "The time zone used when displaying times and dates.";
}
we have
time = {
timeZone = {
default = "CET";
example = "America/New_York";
description = "The time zone used when displaying times and dates.";
};
};
And instead of `config.get ["time" "timeZone"]' you can now just say
`config.time.timeZone'. Furthermore, this option representation
will allow option structures with repetition (such as in
networking.interfaces or services.httpd.subservices) to be defined.
svn path=/nixos/trunk/; revision=9618
2007-11-09 18:12:23 +00:00
Eelco Dolstra
9d1fc7c5ba
svn path=/nixpkgs/trunk/; revision=9617
2007-11-09 18:07:14 +00:00
Eelco Dolstra
b5f893d92a
* Moved the functions for option processing to lib.
...
svn path=/nixpkgs/trunk/; revision=9616
2007-11-09 18:05:32 +00:00
Wouter den Breejen
15e2d9c304
added missing openssh to monitoring/nagios/plugins/official
...
svn path=/nixpkgs/trunk/; revision=9615
2007-11-09 14:13:44 +00:00
Michael Raskin
c4ad7b56d1
Added a silent mention of evdev in xorg.conf, but removed actual dependency on it.
...
svn path=/nixos/trunk/; revision=9614
2007-11-09 13:55:07 +00:00
Michael Raskin
43b208bbb9
Fixed synaptics; Added GOCR (not that it is a good OCR); reverted MarcWeber's update to setup-new-2.sh (he has no time to use it in nearest future; later I hope it will be irrelevant)
...
svn path=/nixpkgs/trunk/; revision=9613
2007-11-09 13:54:02 +00:00
Eelco Dolstra
ea1209571d
* Another hack to get check_by_ssh to work.
...
svn path=/nixpkgs/trunk/; revision=9611
2007-11-08 20:20:21 +00:00
Eelco Dolstra
04698c55da
* Hack to get check_ping to work.
...
svn path=/nixpkgs/trunk/; revision=9610
2007-11-08 20:04:40 +00:00
Marc Weber
a589bdf7db
createShScript proposal added
...
svn path=/nixpkgs/trunk/; revision=9609
2007-11-08 19:03:23 +00:00
Eelco Dolstra
4e8bf82213
* Latest Nagios.
...
svn path=/nixpkgs/trunk/; revision=9608
2007-11-08 18:17:56 +00:00
Eelco Dolstra
5bb4e343b4
* Configuration options networking.defaultMailServer to enable direct mail
...
delivery without a local mail server (via ssmtp).
* Add vimDiet to the CD, not the system path in general.
svn path=/nixos/trunk/; revision=9607
2007-11-08 18:15:12 +00:00
Eelco Dolstra
ed65d8b6ec
* Doh.
...
svn path=/nixpkgs/trunk/; revision=9606
2007-11-08 18:13:29 +00:00
Eelco Dolstra
4af7da40d3
* Add reiserfsprogs to the channel.
...
svn path=/nixpkgs/trunk/; revision=9605
2007-11-08 18:13:04 +00:00
Eelco Dolstra
8b3190234c
* Build ssmtp with TLS support.
...
* Added gnutls (but it turns out that ssmtp also builds with openssl,
so I don't actually use it).
svn path=/nixpkgs/trunk/; revision=9604
2007-11-08 17:48:52 +00:00
Michael Raskin
a9f02cbe6c
Fixed Qi
...
svn path=/nixpkgs/trunk/; revision=9603
2007-11-08 15:15:41 +00:00
Michael Raskin
b7a3dcdb94
Added missing Qi
...
svn path=/nixpkgs/trunk/; revision=9602
2007-11-08 14:51:41 +00:00
Michael Raskin
a8db1746a5
Fixed log nesting; added Qi.
...
svn path=/nixpkgs/trunk/; revision=9601
2007-11-08 14:34:54 +00:00
Marc Weber
89670079ab
vimDiet and reiserfsprogs added to systemPathList
...
svn path=/nixos/trunk/; revision=9600
2007-11-07 22:00:05 +00:00
Marc Weber
2a8bb1725d
fix: listToAttr takes name instead of attr as argument
...
svn path=/nixpkgs/trunk/; revision=9599
2007-11-07 21:45:12 +00:00
Marc Weber
742ae36bf1
svn path=/nixpkgs/trunk/; revision=9598
2007-11-06 13:47:00 +00:00
Eelco Dolstra
7d06914cf4
svn path=/nixpkgs/trunk/; revision=9597
2007-11-06 13:22:20 +00:00
Eelco Dolstra
806ff74e5a
* Add the i810 driver back in (don't know yet if it still works).
...
svn path=/nixpkgs/trunk/; revision=9594
2007-11-06 11:49:13 +00:00
Eelco Dolstra
e6b8dd5b25
* Cleanup.
...
svn path=/nixos/trunk/; revision=9593
2007-11-06 00:00:29 +00:00
Eelco Dolstra
b7f1b56b18
* X11R7.3.
...
svn path=/nixpkgs/trunk/; revision=9592
2007-11-05 23:59:55 +00:00
Marc Weber
378cd3374e
forgotten to update small name change in mkDerivationByConfiguration - fixed.
...
all-packages should work again
svn path=/nixpkgs/trunk/; revision=9591
2007-11-05 21:30:59 +00:00
Marc Weber
0acef47d44
Is it time to uncomment mkDerivationByConfiguration and start using listToAttrs etc?
...
Let's try
* fixes attr -> name change in function av of unstable lib
svn path=/nixpkgs/trunk/; revision=9590
2007-11-05 21:27:32 +00:00
Michael Raskin
5459a5c007
Added user configuration chapter - currently about Compiz.
...
svn path=/nixos/trunk/; revision=9589
2007-11-05 21:17:16 +00:00
Marc Weber
c7cf206bdd
PHP with some configuration flags serving as example. Perhaps you can to extend it more easily if you need to
...
svn path=/nixpkgs/trunk/; revision=9588
2007-11-05 21:13:16 +00:00
Michael Raskin
1029a2a4da
Added Compiz Fusion extra.
...
svn path=/nixpkgs/trunk/; revision=9586
2007-11-05 17:14:10 +00:00
Michael Raskin
3ef5e62b2f
Some fixes to CompizFusion. With proper ~-setup works now.
...
svn path=/nixpkgs/trunk/; revision=9585
2007-11-05 16:07:35 +00:00