OpenStack: package Glance, Keystone, Neutron

This commit is contained in:
Domen Kožar
2015-10-27 11:52:40 +01:00
parent 24cbc374cf
commit 3ee4747675
11 changed files with 833 additions and 30 deletions
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "subunit-${version}";
version = "1.0.0";
version = "1.1.0";
src = fetchurl {
url = "https://launchpad.net/subunit/trunk/${version}/+download/${name}.tar.gz";
sha256 = "1fnhrrwww90746an2nz2kn9qdf9pklmaf5lm22gssl6648f2rp2m";
sha256 = "0lcah7p66c05p7xpw6ns1is0i02lh0nq8gq51mv4wyvbr6zaasa8";
};
buildInputs = [ pkgconfig check cppunit perl pythonPackages.wrapPython ];