From ded57fa9d068cb6a500e38956aca7cb1d3086b08 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 20 Jan 2006 14:44:00 +0000 Subject: [PATCH] * Provide the xlibs attribute in xlibs. svn path=/nixpkgs/trunk/; revision=4582 --- pkgs/system/all-packages-generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 6f336a10d3b..0992aa89077 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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.