mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
trinity: Fix 32-bit build
This commit is contained in:
parent
5534322285
commit
2372e93981
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue