Merge pull request #29388 from disassembler/arelle
arelle: add py3to2 as a buildInput
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user