Skip to content

Commit

Permalink
Merge pull request #73292 from obsidiansystems/fix-gcj
Browse files Browse the repository at this point in the history
GCC 6: Fix java support for 19.09
  • Loading branch information
matthewbauer committed Nov 12, 2019
2 parents 975ad80 + 903bdf1 commit 1b524c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/gcc/common/configure-flags.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}:

assert cloog != null -> stdenv.lib.versionOlder version "5";
assert langJava -> stdenv.lib.versionOlder version "6";
assert langJava -> stdenv.lib.versionOlder version "7";

let
inherit (stdenv)
Expand Down

0 comments on commit 1b524c2

Please sign in to comment.