trinity: Fix 32-bit build
This commit is contained in:
parent
5534322285
commit
2372e93981
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "19asyrypjhx2cgjdmwfvmgc0hk3xg00zvgkl89vwxngdb40bkwfq";
|
sha256 = "19asyrypjhx2cgjdmwfvmgc0hk3xg00zvgkl89vwxngdb40bkwfq";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Fails on 32-bit otherwise
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs ./configure
|
patchShebangs ./configure
|
||||||
patchShebangs ./scripts/
|
patchShebangs ./scripts/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user