fixed most virt-manager issues!

This commit is contained in:
Joachim Schiele
2012-07-20 23:27:24 +00:00
parent c6452f372c
commit 538b17a791
7 changed files with 94 additions and 72 deletions
@@ -30,19 +30,11 @@ stdenv.mkDerivation rec {
buildPhase = "python setup.py build";
PYTHON_EGG_CACHE = "`pwd`/.egg-cache";
# substituteInPlace nova/api/ec2/cloud.py \
# --replace 'sh genrootca.sh' $out/libexec/nova/genrootca.sh
# '';
installPhase =
''
python setup.py install --prefix="$out";
'';
#checkPhase = "python setup.py test";
meta = {
homepage = http://virt-manager.org;
license = "GPLv2+";