Merge pull request #217977 from amjoseph-nixpkgs/pr/gcc/fix-plugin-order-assertion
gcc: fix implication order in assertion
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
, disableBootstrap ? stdenv.targetPlatform != stdenv.hostPlatform
|
||||
}:
|
||||
|
||||
assert disableGdbPlugin -> !enablePlugin;
|
||||
assert !enablePlugin -> disableGdbPlugin;
|
||||
assert langJava -> lib.versionOlder version "7";
|
||||
|
||||
# Note [Windows Exception Handling]
|
||||
|
||||
Reference in New Issue
Block a user