summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2017-12-10 15:27:06 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2017-12-10 15:27:06 +0100
commit491bc4cfedfdbbced12f01d0f722e04393b72854 (patch)
tree2d85054639cd3d349fec47d5e14c668b0522c0a7 /pkgs/tools/security
parentc4a5ab728b68799599ab21cdb981dfcd587306ac (diff)
downloadnixlib-491bc4cfedfdbbced12f01d0f722e04393b72854.tar
nixlib-491bc4cfedfdbbced12f01d0f722e04393b72854.tar.gz
nixlib-491bc4cfedfdbbced12f01d0f722e04393b72854.tar.bz2
nixlib-491bc4cfedfdbbced12f01d0f722e04393b72854.tar.lz
nixlib-491bc4cfedfdbbced12f01d0f722e04393b72854.tar.xz
nixlib-491bc4cfedfdbbced12f01d0f722e04393b72854.tar.zst
nixlib-491bc4cfedfdbbced12f01d0f722e04393b72854.zip
pythonPackages: rename dns -> dnspython
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/hash-slinger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/hash-slinger/default.nix b/pkgs/tools/security/hash-slinger/default.nix
index 4d60b11f977c..fd78d9b2efbf 100644
--- a/pkgs/tools/security/hash-slinger/default.nix
+++ b/pkgs/tools/security/hash-slinger/default.nix
@@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
     sha256 = "05wn744ydclpnpyah6yfjqlfjlasrrhzj48lqmm5a91nyps5yqyn";
   };
 
-  pythonPath = with pythonPackages; [ dns m2crypto ipaddr python-gnupg
+  pythonPath = with pythonPackages; [ dnspython m2crypto ipaddr python-gnupg
                                       pyunbound ];
 
   buildInputs = [ pythonPackages.wrapPython ];