python2.pkgs.mypy_extensions: also enable python2

This commit is contained in:
Jörg Thalheim 2018-09-18 08:05:02 +01:00
parent bab28c26f1
commit 080b3ef0b5

View File

@ -12,8 +12,6 @@ buildPythonPackage rec {
sha256 = "04h8brrbbx151dfa2cvvlnxgmb5wa00mhd2z7nd20s8kyibfkq1p";
};
disabled = !isPy3k;
propagatedBuildInputs = [ typing ];
meta = with stdenv.lib; {