Fixing the xdriinfo build.
svn path=/nixpkgs/trunk/; revision=18287
This commit is contained in:
parent
e3204aa407
commit
c28701c3d9
@ -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=\".\"";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user