Commit 49a54f5e authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

bison: drom unused `glrSupport` passthru

`nixpkgs` never used that field and does not use it today. Let's drop it.
parent 61630d4a
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;
  };
}