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
|
ncurses python glib libaio mesa texinfo perl
|
||||||
] ++ stdenv.lib.optionals spiceSupport [ spice_protocol spice ];
|
] ++ 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
|
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>'
|
substituteInPlace $i --replace '#include <spice.h>' '#include <spice/spice.h>'
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user