mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
xtris: fix build
This commit is contained in:
parent
c7c0eec8c1
commit
5abe1d63df
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
buildInputs = [ libx11 ];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
|
||||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue