Merge pull request #29388 from disassembler/arelle

arelle: add py3to2 as a buildInput
This commit is contained in:
Frederik Rietdijk
2017-09-15 12:26:01 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -99,7 +99,9 @@ in {
acoustics = callPackage ../development/python-modules/acoustics { };
"3to2" = callPackage ../development/python-modules/3to2 { };
py3to2 = callPackage ../development/python-modules/3to2 { };
# Left for backwards compatibility
"3to2" = self.py3to2;
aenum = callPackage ../development/python-modules/aenum { };