qemu-kvm: provide a proper path to the python interpreter
This commit is contained in:
parent
97a2eb24d4
commit
2d375c3f5f
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user