* Add some missing X.org packages to the channel.
svn path=/nixpkgs/trunk/; revision=23025
This commit is contained in:
parent
8d9cd5be6f
commit
49dd595e2d
@ -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) {
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
} ))
|
||||
|
Loading…
Reference in New Issue
Block a user