* Add some missing X.org packages to the channel.

svn path=/nixpkgs/trunk/; revision=23025
This commit is contained in:
Eelco Dolstra 2010-08-07 18:21:16 +00:00
parent 8d9cd5be6f
commit 49dd595e2d
2 changed files with 8 additions and 1 deletions

View file

@ -6563,12 +6563,14 @@ let
xfce = xfce4;
xfce4 = recurseIntoAttrs (import ../desktops/xfce-4 pkgs);
### SCIENCE
xplanet = callPackage ../applications/science/xplanet {
inherit (gtkLibs) pango;
};
### SCIENCE/GEOMETRY
drgeo = builderDefsPackage (import ../applications/science/geometry/drgeo) {

View file

@ -539,22 +539,27 @@ with (import ./release-lib.nix);
lndir = all;
setxkbmap = linux;
xauth = linux;
xbitmaps = linux;
xev = linux;
xf86inputevdev = linux;
xf86inputkeyboard = linux;
xf86inputmouse = linux;
xf86inputevdev = linux;
xf86inputsynaptics = linux;
xf86videoati = linux;
xf86videocirrus = linux;
xf86videointel = linux;
xf86videonv = linux;
xf86videovesa = linux;
xfs = linux;
xkbcomp = linux;
xlsclients = linux;
xmessage = linux;
xorgserver = linux;
xprop = linux;
xrandr = linux;
xrdb = linux;
xset = linux;
xsetroot = linux;
};
} ))