mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Fixing the xdriinfo build.
svn path=/nixpkgs/trunk/; revision=18287
This commit is contained in:
parent
e3204aa407
commit
c28701c3d9
1 changed files with 4 additions and 0 deletions
|
@ -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=\".\"";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue