Skip to content

Commit

Permalink
trinity: Fix 32-bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Mar 6, 2018
1 parent 5534322 commit 2372e93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/os-specific/linux/trinity/default.nix
Expand Up @@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
sha256 = "19asyrypjhx2cgjdmwfvmgc0hk3xg00zvgkl89vwxngdb40bkwfq";
};

# Fails on 32-bit otherwise
NIX_CFLAGS_COMPILE = "-Wno-error";

postPatch = ''
patchShebangs ./configure
patchShebangs ./scripts/
Expand Down

0 comments on commit 2372e93

Please sign in to comment.