mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
qemu: unset CPP
Commit 093cc00cdd
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" ];
|
||||
|
||||
preConfigure = ''
|
||||
unset CPP # intereferes with dependency calculation
|
||||
'';
|
||||
|
||||
configureFlags =
|
||||
[ "--smbd=smbd" # use `smbd' from $PATH
|
||||
"--audio-drv-list=${audio}"
|
||||
|
Loading…
Reference in New Issue
Block a user