mailman: use python2.7 package dns
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, python, python3Packages }:
|
||||
{ stdenv, fetchurl, python, pythonPackages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mailman-2.1.18";
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0jc360crakvpz71msl0h11zv3849fqzlj9jfh1g7x3j4459n07fw";
|
||||
};
|
||||
|
||||
buildInputs = [ python python3Packages.dns ];
|
||||
buildInputs = [ python pythonPackages.dns ];
|
||||
|
||||
patches = [ ./fix-var-prefix.patch ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user