* Start the switch to the new X libraries. It's still conditional:
set `useOldXLibs' to `false' in all-packages-generic.nix to use them. * Added Xaw3d. * Added Xaw3d support to Emacs. svn path=/nixpkgs/trunk/; revision=4263
This commit is contained in:
10
pkgs/development/libraries/xlibs-wrapper/default.nix
Normal file
10
pkgs/development/libraries/xlibs-wrapper/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{stdenv, packages}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "xlibs-wrapper";
|
||||
builder = ./builder.sh;
|
||||
propagatedBuildInputs = packages;
|
||||
} // {
|
||||
# For compatability with XFree86.
|
||||
buildClientLibs = true;
|
||||
}
|
||||
Reference in New Issue
Block a user