trinity: Fix 32-bit build

This commit is contained in:
Tuomas Tynkkynen 2018-03-06 21:37:18 +02:00
parent 5534322285
commit 2372e93981

View file

@ -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/