X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fpython-packages%2Fdefault.nix;h=2616d64b6d82fc12ed43179f49a407455705226b;hp=747bbe6201363cdb41377b1d9c05ca2ea91428ae;hb=45730653020eb8b23090a731fc9e687efab850a5;hpb=f119618358cdcbb56cebb84d5f6374d507e55682 diff --git a/pkgs/python-packages/default.nix b/pkgs/python-packages/default.nix index 747bbe6..2616d64 100644 --- a/pkgs/python-packages/default.nix +++ b/pkgs/python-packages/default.nix @@ -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; }; }