* 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;
|
xfce = xfce4;
|
||||||
xfce4 = recurseIntoAttrs (import ../desktops/xfce-4 pkgs);
|
xfce4 = recurseIntoAttrs (import ../desktops/xfce-4 pkgs);
|
||||||
|
|
||||||
|
|
||||||
### SCIENCE
|
### SCIENCE
|
||||||
|
|
||||||
xplanet = callPackage ../applications/science/xplanet {
|
xplanet = callPackage ../applications/science/xplanet {
|
||||||
inherit (gtkLibs) pango;
|
inherit (gtkLibs) pango;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
### SCIENCE/GEOMETRY
|
### SCIENCE/GEOMETRY
|
||||||
|
|
||||||
drgeo = builderDefsPackage (import ../applications/science/geometry/drgeo) {
|
drgeo = builderDefsPackage (import ../applications/science/geometry/drgeo) {
|
||||||
|
@ -539,22 +539,27 @@ with (import ./release-lib.nix);
|
|||||||
lndir = all;
|
lndir = all;
|
||||||
setxkbmap = linux;
|
setxkbmap = linux;
|
||||||
xauth = linux;
|
xauth = linux;
|
||||||
|
xbitmaps = linux;
|
||||||
xev = linux;
|
xev = linux;
|
||||||
|
xf86inputevdev = linux;
|
||||||
xf86inputkeyboard = linux;
|
xf86inputkeyboard = linux;
|
||||||
xf86inputmouse = linux;
|
xf86inputmouse = linux;
|
||||||
xf86inputevdev = linux;
|
|
||||||
xf86inputsynaptics = linux;
|
xf86inputsynaptics = linux;
|
||||||
xf86videoati = linux;
|
xf86videoati = linux;
|
||||||
|
xf86videocirrus = linux;
|
||||||
xf86videointel = linux;
|
xf86videointel = linux;
|
||||||
xf86videonv = linux;
|
xf86videonv = linux;
|
||||||
xf86videovesa = linux;
|
xf86videovesa = linux;
|
||||||
xfs = linux;
|
xfs = linux;
|
||||||
xkbcomp = linux;
|
xkbcomp = linux;
|
||||||
|
xlsclients = linux;
|
||||||
xmessage = linux;
|
xmessage = linux;
|
||||||
xorgserver = linux;
|
xorgserver = linux;
|
||||||
|
xprop = linux;
|
||||||
xrandr = linux;
|
xrandr = linux;
|
||||||
xrdb = linux;
|
xrdb = linux;
|
||||||
xset = linux;
|
xset = linux;
|
||||||
|
xsetroot = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
} ))
|
} ))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user