qemu-kvm: provide a proper path to the python interpreter

This commit is contained in:
Peter Simons 2013-02-27 14:34:32 +01:00
parent 97a2eb24d4
commit 2d375c3f5f

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
[ "--audio-drv-list=alsa"
"--smbd=smbd" # use `smbd' from $PATH
"--enable-docs"
"--python=${python}/bin/python"
] ++ stdenv.lib.optional spiceSupport "--enable-spice";
postInstall =