Skip to content

Commit

Permalink
Merge pull request NixOS#97749 from Luflosi/backport-j
Browse files Browse the repository at this point in the history
[20.09] j: fix build on darwin
  • Loading branch information
domenkozar committed Sep 11, 2020
2 parents 3fdb6b8 + efc358e commit 18f9a65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/interpreters/j/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ stdenv.mkDerivation rec {

doCheck = true;

# Causes build failure due to warning
hardeningDisable = stdenv.lib.optional stdenv.cc.isClang "strictoverflow";

buildPhase = ''
export SOURCE_DIR=$(pwd)
export HOME=$TMPDIR
Expand Down

0 comments on commit 18f9a65

Please sign in to comment.