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-02-04 08:31:02 +0100 |
commit | 45730653020eb8b23090a731fc9e687efab850a5 (patch) | |
tree | 95e48856b0e5c8f4fc9dcff7e4116fcca92db7f4 /overlays | |
parent | f119618358cdcbb56cebb84d5f6374d507e55682 (diff) | |
download | Nix-45730653020eb8b23090a731fc9e687efab850a5.tar.gz Nix-45730653020eb8b23090a731fc9e687efab850a5.tar.zst Nix-45730653020eb8b23090a731fc9e687efab850a5.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 8a9949e..0feff55 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 | } |