Skip to content

Commit

Permalink
pythonPackages.lmtpd: upgrade to Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Niclas Thall committed Sep 27, 2020
1 parent 31a4e2e commit 109c7f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/lmtpd/default.nix
@@ -1,9 +1,11 @@
{ stdenv, buildPythonPackage, fetchPypi }:
{ buildPythonPackage, fetchPypi, isPy3k, stdenv }:

buildPythonPackage rec {
pname = "lmtpd";
version = "6.2.0";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "2c6825d2ffa1de099440411a742f58e1b3e8deeb3345adcfd4c2c38d4baf62b3";
Expand Down

0 comments on commit 109c7f9

Please sign in to comment.