qemu: unset CPP
Commit 093cc00cdd9d8cf31ecce5bc1dd3645c460a1b98 sets the environment variable `CPP' by default, but this interferes with dependency calculation.
This commit is contained in:
parent
5265d551a9
commit
fe800447c2
@ -59,6 +59,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
hardeningDisable = [ "stackprotector" ];
|
hardeningDisable = [ "stackprotector" ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
unset CPP # intereferes with dependency calculation
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--smbd=smbd" # use `smbd' from $PATH
|
[ "--smbd=smbd" # use `smbd' from $PATH
|
||||||
"--audio-drv-list=${audio}"
|
"--audio-drv-list=${audio}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user