* Provide the xlibs attribute in xlibs.

svn path=/nixpkgs/trunk/; revision=4582
This commit is contained in:
Eelco Dolstra 2006-01-20 14:44:00 +00:00
parent 5941ccfbea
commit ded57fa9d0

View file

@ -20,7 +20,7 @@ rec {
# old modular X libraries project (called `xlibs') but now it's just
# the set of packages in the modular X.org tree (which also includes
# non-library components like the server, drivers, fonts, etc.).
xlibs = if useOldXLibs then xlibsOld else xorg;
xlibs = if useOldXLibs then xlibsOld else xorg // {xlibs = xlibsWrapper;};
# `xlibs.xlibs' is a wrapper packages that combines libX11 and a bunch
# of other basic X client libraries.