mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
grub2: unset CPP
Commit 093cc00cdd
sets the environment variable
`CPP' by default, but this intereferes with dependency calculation.
This commit is contained in:
parent
b21defaf51
commit
5265d551a9
@ -85,6 +85,8 @@ stdenv.mkDerivation rec {
|
||||
# See <http://www.mail-archive.com/qemu-devel@nongnu.org/msg22775.html>.
|
||||
sed -i "tests/util/grub-shell.in" \
|
||||
-e's/qemu-system-i386/qemu-system-x86_64 -nodefaults/g'
|
||||
|
||||
unset CPP # setting CPP intereferes with dependency calculation
|
||||
'';
|
||||
|
||||
prePatch =
|
||||
|
Loading…
Reference in New Issue
Block a user