pythonPackages: rename dns -> dnspython

This commit is contained in:
rnhmjoj
2017-12-10 15:27:06 +01:00
parent c4a5ab728b
commit 491bc4cfed
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1r6sjapjmbav45xibjzc2a8y1xf4ikz09470ma1kw7iz174wn8z7";
};
buildInputs = [ python pythonPackages.dns ];
buildInputs = [ python pythonPackages.dnspython ];
patches = [ ./fix-var-prefix.patch ];