3to2: rename py3to2 to work with callPackage

This commit is contained in:
Samuel Leathers 2017-09-14 14:27:48 -04:00
parent 94454384c2
commit fad96f62d0
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ in {
acoustics = callPackage ../development/python-modules/acoustics { };
py3to2 = callPackage ../development/python-modules/3to2 { };
# Left for backwards compatibility
"3to2" = callPackage ../development/python-modules/3to2 { };
aenum = callPackage ../development/python-modules/aenum { };