antlr: make 4.8 default

This commit is contained in:
Olli Helenius
2021-06-20 13:23:37 +03:00
parent 57d4300e33
commit b2bf2c6102
7 changed files with 20 additions and 9 deletions
@@ -1,4 +1,4 @@
{ lib, fetchurl, buildPythonPackage, antlr, isPy3k }:
{ lib, fetchurl, buildPythonPackage, antlr2, isPy3k }:
buildPythonPackage rec {
pname = "PyStringTemplate";
@@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "0lbib0l8c1q7i1j610rwcdagymr1idahrql4dkgnm5rzyg2vk3ml";
};
propagatedBuildInputs = [ antlr ];
propagatedBuildInputs = [ antlr2 ];
disabled = isPy3k;