summary refs log tree commit diff
path: root/pkgs/tools/admin/cli53
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-10-18 17:13:12 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-10-18 23:16:07 +0200
commit6b724f069b325d016deaf1529c97eb7edd0fc731 (patch)
tree69040652aaf3a84cbd5271668f893be0fffa4683 /pkgs/tools/admin/cli53
parent582ab2cf4e4fe50471d66dbc77bcd907d0b1732b (diff)
downloadnixlib-6b724f069b325d016deaf1529c97eb7edd0fc731.tar
nixlib-6b724f069b325d016deaf1529c97eb7edd0fc731.tar.gz
nixlib-6b724f069b325d016deaf1529c97eb7edd0fc731.tar.bz2
nixlib-6b724f069b325d016deaf1529c97eb7edd0fc731.tar.lz
nixlib-6b724f069b325d016deaf1529c97eb7edd0fc731.tar.xz
nixlib-6b724f069b325d016deaf1529c97eb7edd0fc731.tar.zst
nixlib-6b724f069b325d016deaf1529c97eb7edd0fc731.zip
cli53: use python2
Diffstat (limited to 'pkgs/tools/admin/cli53')
-rw-r--r--pkgs/tools/admin/cli53/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/tools/admin/cli53/default.nix b/pkgs/tools/admin/cli53/default.nix
index cfee6a8b94c8..bdb9fd2d4772 100644
--- a/pkgs/tools/admin/cli53/default.nix
+++ b/pkgs/tools/admin/cli53/default.nix
@@ -1,8 +1,7 @@
-{ lib, pythonPackages, fetchurl }:
+{ lib, python2Packages, fetchurl }:
 
-pythonPackages.buildPythonApplication rec {
+python2Packages.buildPythonApplication rec {
   name = "cli53-${version}";
-  namePrefix = "";  # Suppress "python27-" name prefix
   version = "0.4.4";
 
   src = fetchurl {
@@ -10,7 +9,7 @@ pythonPackages.buildPythonApplication rec {
     sha256 = "0s9jzigq6a16m2c3qklssx2lz16cf13g5zh80vh24kxazaxqzbig";
   };
 
-  propagatedBuildInputs = with pythonPackages; [
+  propagatedBuildInputs = with python2Packages; [
     argparse
     boto
     dns