* Add some X server related stuff to the channel.

svn path=/nixpkgs/trunk/; revision=8094
This commit is contained in:
Eelco Dolstra 2007-02-28 12:47:52 +00:00
parent c1ed39bd30
commit cd4b42a7f0

View file

@ -84,6 +84,7 @@ let {
man man
#maven #maven
mdadm mdadm
mesa
mk mk
mktemp mktemp
mod_python mod_python
@ -119,6 +120,7 @@ let {
rsync rsync
screen screen
sdf sdf
slim
spidermonkey spidermonkey
splashutils splashutils
strace strace
@ -153,6 +155,7 @@ let {
xmms xmms
xorg_sys_opengl xorg_sys_opengl
xsel xsel
xterm
zdelta zdelta
zip zip
# atermjava # atermjava
@ -176,6 +179,18 @@ let {
# xauth # xauth
# xawtv # xawtv
# zapping # zapping
;
inherit ((allPackages {system = "i686-linux";}).xorg)
xorgserver
xf86inputkeyboard
xf86inputmouse
xf86videovesa
xf86videoi810
fontbhttf
fontbhlucidatypewriter100dpi
fontbh100dpi
fontmiscmisc
fontcursormisc
;}; ;};
powerpcLinuxPkgs = {inherit (allPackages {system = "powerpc-linux";}) powerpcLinuxPkgs = {inherit (allPackages {system = "powerpc-linux";})