* Latest EC2 AMI tools.
svn path=/nixpkgs/trunk/; revision=29963
This commit is contained in:
parent
b1dde14221
commit
9704af30c3
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, unzip, ruby, openssl, makeWrapper }:
|
{ stdenv, fetchurl, unzip, ruby, openssl, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ec2-ami-tools-1.3-53773";
|
name = "ec2-ami-tools-1.4.0.1";
|
||||||
|
|
||||||
buildInputs = [ unzip makeWrapper ];
|
buildInputs = [ unzip makeWrapper ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools.zip;
|
url = http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools.zip;
|
||||||
sha256 = "310e3b405c11b979b1cd210c5b4c32e97065d616f6bfa449c4e1e50420ce8002";
|
sha256 = "1fjg3gx5k0z8r4apg5whz3yxc3xnz7z5g6j93hf765lfriz1rccz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Amazon EC2 requires that disk images are writable. If they're
|
# Amazon EC2 requires that disk images are writable. If they're
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
done
|
done
|
||||||
|
|
||||||
sed -i 's|/bin/bash|${stdenv.shell}|' $out/lib/ec2/platform/base/pipeline.rb
|
sed -i 's|/bin/bash|${stdenv.shell}|' $out/lib/ec2/platform/base/pipeline.rb
|
||||||
'';
|
''; # */
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368&categoryID=88;
|
homepage = http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368&categoryID=88;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user