Fixing the xdriinfo build.
svn path=/nixpkgs/trunk/; revision=18287
This commit is contained in:
@@ -86,6 +86,10 @@
|
|||||||
configureScript = "./autogen.sh";
|
configureScript = "./autogen.sh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdriinfo = attrs: attrs // {
|
||||||
|
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
|
||||||
|
};
|
||||||
|
|
||||||
xkbcomp = attrs: attrs // {
|
xkbcomp = attrs: attrs // {
|
||||||
NIX_CFLAGS_COMPILE = "-DDFLT_XKB_CONFIG_ROOT=\".\"";
|
NIX_CFLAGS_COMPILE = "-DDFLT_XKB_CONFIG_ROOT=\".\"";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user