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
@@ -13,9 +13,10 @@ stdenv.mkDerivation rec {
phases = "unpackPhase configurePhase buildPhase installPhase";
# You should be using WAF instead; see the file INSTALL.WAF
# WAF is probably the biggest crap on this planet, btw i removed the /gtk-2.0 path thingy
configurePhase = ''
python waf configure --prefix=$out
sed -e "s@{PYTHONDIR}/gtk-2.0@{PYTHONDIR}/@" -i gconf/wscript
python waf configure --prefix=$out
'';
buildPhase = ''
@@ -35,4 +36,4 @@ stdenv.mkDerivation rec {
description = "Python wrapper for gconf";
maintainers = [ stdenv.lib.maintainers.qknight ];
};
}
}