mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
euca2ools: use python2
This commit is contained in:
parent
24a495b7a6
commit
a881da7548
@ -1,6 +1,8 @@
|
|||||||
{ stdenv, fetchgit, which, pythonPackages }:
|
{ stdenv, fetchgit, which, python2Packages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
let
|
||||||
|
inherit (python2Packages) buildPythonApplication boto m2crypto;
|
||||||
|
in buildPythonApplication rec {
|
||||||
name = "euca2ools-2.1.4";
|
name = "euca2ools-2.1.4";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
@ -10,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
sha256 = "0grsgn5gbvk1hlfa8qx7ppz7iyfyi2pdhxy8njr8lm60w4amfiyq";
|
sha256 = "0grsgn5gbvk1hlfa8qx7ppz7iyfyi2pdhxy8njr8lm60w4amfiyq";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = [ pythonPackages.boto pythonPackages.m2crypto ];
|
propagatedBuildInputs = [ boto m2crypto ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://open.eucalyptus.com/downloads;
|
homepage = http://open.eucalyptus.com/downloads;
|
||||||
|
Loading…
Reference in New Issue
Block a user