1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

amazon ec2 api tools

svn path=/nixpkgs/trunk/; revision=17975
This commit is contained in:
Rob Vermaas 2009-10-27 12:51:09 +00:00
parent 93ab1e0724
commit d129a6ce87

View file

@ -426,6 +426,10 @@ let
inherit fetchurl stdenv libpcap openssl zlib wirelesstools;
};
ec2apitools = import ../tools/virtualization/amazon-ec2-api-tools {
inherit stdenv fetchurl unzip ;
};
amule = import ../tools/networking/p2p/amule {
inherit fetchurl stdenv zlib perl cryptopp gettext libupnp makeWrapper;
wxGTK = wxGTK28;