pythonPackages{dns, dnspython}: merge

This commit is contained in:
Domen Kožar
2015-10-28 18:20:43 +01:00
parent 1437ac44de
commit 27d5fb07a0
2 changed files with 9 additions and 18 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python, dnspython }:
{ stdenv, fetchurl, python, python3Packages }:
stdenv.mkDerivation rec {
name = "mailman-2.1.18";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0jc360crakvpz71msl0h11zv3849fqzlj9jfh1g7x3j4459n07fw";
};
buildInputs = [ python dnspython ];
buildInputs = [ python python3Packages.dns ];
patches = [ ./fix-var-prefix.patch ];