Unverified Commit fa972b1d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

bison: drop unused `glrSupport` passthru (#461373)

parents b690ee76 49a54f5e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -69,8 +69,4 @@ stdenv.mkDerivation rec {

    platforms = lib.platforms.unix;
  };

  passthru = {
    glrSupport = true;
  };
}