X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pkgs%2Fpython-packages%2Fdefault.nix;h=2616d64b6d82fc12ed43179f49a407455705226b;hb=98161ecd1d7b7ef019737eac065431710157a607;hp=747bbe6201363cdb41377b1d9c05ca2ea91428ae;hpb=24fd1fe6c62b7a9fc347794fde043285da272f5c;p=perso%2FImmae%2FConfig%2FNix%2FNUR.git diff --git a/pkgs/python-packages/default.nix b/pkgs/python-packages/default.nix index 747bbe62..2616d64b 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; }; }