3to2: rename py3to2 to work with callPackage
This commit is contained in:
parent
94454384c2
commit
fad96f62d0
1 changed files with 2 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue