python3Packages.pygtrie: init at 2.3

This commit is contained in:
Kierán Meinhardt
2020-10-24 21:15:46 +02:00
parent 558303ba07
commit 55d047fc0e
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -5023,6 +5023,8 @@ in {
pygtksourceview = callPackage ../development/python-modules/pygtksourceview { inherit (pkgs) pkgconfig; };
pygtrie = callPackage ../development/python-modules/pygtrie { };
pyhamcrest = if isPy3k then
callPackage ../development/python-modules/pyhamcrest { }
else