python3.pkgs.typecode-libmagic: init at 21.4.4

This commit is contained in:
Cole Helbling
2021-04-23 09:11:00 -07:00
parent c27b9e0a68
commit 8c53f702cc
2 changed files with 55 additions and 0 deletions
+4
View File
@@ -8756,6 +8756,10 @@ in {
typecode = callPackage ../development/python-modules/typecode { };
typecode-libmagic = callPackage ../development/python-modules/typecode/libmagic.nix {
inherit (pkgs) file zlib;
};
typed-ast = callPackage ../development/python-modules/typed-ast { };
typeguard = callPackage ../development/python-modules/typeguard { };