python3Packages.textx: init at 3.0.0

Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
Co-authored-by: Jonathan Ringer <jonringer117@gmail.com>
Co-authored-by: Gaute Ravndal <gaute.ravndal+nixos@gmail.com>
This commit is contained in:
yuu
2022-04-12 02:33:11 -03:00
parent 84ed70a789
commit ddd6313bff
3 changed files with 233 additions and 0 deletions

View File

@@ -10516,6 +10516,8 @@ in {
textwrap3 = callPackage ../development/python-modules/textwrap3 { };
textx = callPackage ../development/python-modules/textx { };
tflearn = callPackage ../development/python-modules/tflearn { };
tgcrypto = callPackage ../development/python-modules/tgcrypto { };