* openstack-compute -> nova (upstream doesn't know what to call it either).

svn path=/nixpkgs/branches/modular-python/; revision=26610
This commit is contained in:
Eelco Dolstra 2011-03-30 15:00:53 +00:00
parent fc99d84ef2
commit 1d6b63afb9
2 changed files with 3 additions and 3 deletions

@ -5,7 +5,7 @@ with stdenv.lib;
let version = "2011.1.1"; in
stdenv.mkDerivation rec {
name = "openstack-compute-${version}";
name = "nova-${version}";
src = fetchurl {
url = "http://launchpad.net/nova/bexar/${version}/+download/nova-${version}.tar.gz";

@ -6387,6 +6387,8 @@ let
notmuch = callPackage ../applications/networking/mailreaders/notmuch { };
nova = callPackage ../applications/virtualization/nova { };
nvi = callPackage ../applications/editors/nvi { };
ocrad = callPackage ../applications/graphics/ocrad { };
@ -6409,8 +6411,6 @@ let
neon = neon029;
};
openstack_compute = callPackage ../applications/virtualization/openstack-compute { };
opera = callPackage ../applications/networking/browsers/opera {
qt = qt3;
};