Loading pkgs/development/tools/parsing/antlr/2.7.7.nix +1 −2 Original line number Diff line number Diff line { lib, stdenv, fetchurl, jdk, python2 }: { lib, stdenv, fetchurl, jdk }: stdenv.mkDerivation rec { pname = "antlr"; Loading @@ -9,7 +9,6 @@ stdenv.mkDerivation rec { }; patches = [ ./2.7.7-fixes.patch ]; buildInputs = [ jdk ]; nativeBuildInputs = [ python2 ]; meta = with lib; { description = "Powerful parser generator"; Loading Loading
pkgs/development/tools/parsing/antlr/2.7.7.nix +1 −2 Original line number Diff line number Diff line { lib, stdenv, fetchurl, jdk, python2 }: { lib, stdenv, fetchurl, jdk }: stdenv.mkDerivation rec { pname = "antlr"; Loading @@ -9,7 +9,6 @@ stdenv.mkDerivation rec { }; patches = [ ./2.7.7-fixes.patch ]; buildInputs = [ jdk ]; nativeBuildInputs = [ python2 ]; meta = with lib; { description = "Powerful parser generator"; Loading