mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
mailman: use python2.7 package dns
This commit is contained in:
parent
27d5fb07a0
commit
4355ef9e41
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user