mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
trinity: Fix 32-bit build
This commit is contained in:
parent
5534322285
commit
2372e93981
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "19asyrypjhx2cgjdmwfvmgc0hk3xg00zvgkl89vwxngdb40bkwfq";
|
||||
};
|
||||
|
||||
# Fails on 32-bit otherwise
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ./configure
|
||||
patchShebangs ./scripts/
|
||||
|
Loading…
Reference in New Issue
Block a user