libguestfs: add qemu to wrapped PATH
virt-df doesn't find qemu-img otherwise.
This commit is contained in:
parent
09c91f5fea
commit
65029beb38
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
for bin in $out/bin/*; do
|
for bin in $out/bin/*; do
|
||||||
wrapProgram "$bin" \
|
wrapProgram "$bin" \
|
||||||
--prefix "PATH" : "$out/bin:${hivex}/bin" \
|
--prefix "PATH" : "$out/bin:${hivex}/bin:${qemu}/bin" \
|
||||||
--prefix "PERL5LIB" : "$PERL5LIB:$out/lib/perl5/site_perl"
|
--prefix "PERL5LIB" : "$PERL5LIB:$out/lib/perl5/site_perl"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user