diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-02-04 08:31:02 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:45 +0200 |
commit | 98161ecd1d7b7ef019737eac065431710157a607 (patch) | |
tree | b1ea4a6a4bef2870b25a94d0e10a4391baf46a8b /overlays | |
parent | 9699554e811053c888e1a7a93bb3a2033c814f90 (diff) | |
download | NUR-98161ecd1d7b7ef019737eac065431710157a607.tar.gz NUR-98161ecd1d7b7ef019737eac065431710157a607.tar.zst NUR-98161ecd1d7b7ef019737eac065431710157a607.zip |
Add milter to verify from
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/python-packages/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/overlays/python-packages/default.nix b/overlays/python-packages/default.nix index 8a9949e6..0feff55e 100644 --- a/overlays/python-packages/default.nix +++ b/overlays/python-packages/default.nix | |||
@@ -25,4 +25,5 @@ in | |||
25 | apprise = fromMyPythonPackages "apprise"; | 25 | apprise = fromMyPythonPackages "apprise"; |
26 | buildbot = import ./buildbot.nix; | 26 | buildbot = import ./buildbot.nix; |
27 | wokkel = fromMyPythonPackages "wokkel"; | 27 | wokkel = fromMyPythonPackages "wokkel"; |
28 | pymilter = fromMyPythonPackages "pymilter"; | ||
28 | } | 29 | } |