summaryrefslogtreecommitdiff
path: root/pkgs/python-packages/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-02-04 08:31:02 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:45 +0200
commit98161ecd1d7b7ef019737eac065431710157a607 (patch)
treeb1ea4a6a4bef2870b25a94d0e10a4391baf46a8b /pkgs/python-packages/default.nix
parent9699554e811053c888e1a7a93bb3a2033c814f90 (diff)
downloadNUR-98161ecd1d7b7ef019737eac065431710157a607.tar.gz
NUR-98161ecd1d7b7ef019737eac065431710157a607.tar.zst
NUR-98161ecd1d7b7ef019737eac065431710157a607.zip
Add milter to verify from
Diffstat (limited to 'pkgs/python-packages/default.nix')
-rw-r--r--pkgs/python-packages/default.nix1
1 files changed, 1 insertions, 0 deletions
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 @@
3 apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; }; 3 apprise = callPackage ./apprise { inherit mylibs; pythonPackages = python.pkgs; };
4 buildbot-plugins = callPackage ./buildbot/plugins { inherit mylibs python; }; 4 buildbot-plugins = callPackage ./buildbot/plugins { inherit mylibs python; };
5 wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; }; 5 wokkel = callPackage ./wokkel.nix { pythonPackages = python.pkgs; };
6 pymilter = callPackage ./pymilter.nix { pythonPackages = python.pkgs; };
6} 7}