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"
|
||||
"--smbd=smbd" # use `smbd' from $PATH
|
||||
"--enable-docs"
|
||||
"--python=${python}/bin/python"
|
||||
] ++ stdenv.lib.optional spiceSupport "--enable-spice";
|
||||
|
||||
postInstall =
|
||||
|
Loading…
Reference in New Issue
Block a user