qemu-kvm: provide a proper path to the python interpreter
This commit is contained in:
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ "--audio-drv-list=alsa"
|
[ "--audio-drv-list=alsa"
|
||||||
"--smbd=smbd" # use `smbd' from $PATH
|
"--smbd=smbd" # use `smbd' from $PATH
|
||||||
"--enable-docs"
|
"--enable-docs"
|
||||||
|
"--python=${python}/bin/python"
|
||||||
] ++ stdenv.lib.optional spiceSupport "--enable-spice";
|
] ++ stdenv.lib.optional spiceSupport "--enable-spice";
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
|
|||||||
Reference in New Issue
Block a user