]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/python-packages/default.nix
Add milter to verify from
[perso/Immae/Config/Nix.git] / pkgs / python-packages / default.nix
index 747bbe6201363cdb41377b1d9c05ca2ea91428ae..2616d64b6d82fc12ed43179f49a407455705226b 100644 (file)
@@ -3,4 +3,5 @@
   apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; };
   buildbot-plugins = callPackage ./buildbot/plugins { inherit mylibs python; };
   wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
+  pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
 }