Fixing the xdriinfo build.

svn path=/nixpkgs/trunk/; revision=18287
This commit is contained in:
Lluís Batlle i Rossell 2009-11-08 11:34:17 +00:00
parent e3204aa407
commit c28701c3d9

View file

@ -86,6 +86,10 @@
configureScript = "./autogen.sh";
};
xdriinfo = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
};
xkbcomp = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-DDFLT_XKB_CONFIG_ROOT=\".\"";
};