qemu-kvm: string concatenation fix
This commit is contained in:
parent
ec732e5ec1
commit
91c327fb28
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
ncurses python glib libaio mesa texinfo perl
|
||||
] ++ stdenv.lib.optionals spiceSupport [ spice_protocol spice ];
|
||||
|
||||
patchPhase = "patchShebangs ." + stdenv.lib.optionalString spiceSupport ''
|
||||
patchPhase = "patchShebangs .;" + stdenv.lib.optionalString spiceSupport ''
|
||||
for i in configure spice-qemu-char.c ui/spice-input.c ui/spice-core.c ui/qemu-spice.h; do
|
||||
substituteInPlace $i --replace '#include <spice.h>' '#include <spice/spice.h>'
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue