mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
virtualbox: hack-fix the build, issue #8962
For now, until a better resolution is found.
This commit is contained in:
parent
3d9a4d79cf
commit
e998ecd351
1 changed files with 3 additions and 0 deletions
|
@ -98,7 +98,10 @@ in stdenv.mkDerivation {
|
|||
src/apps/adpctl/VBoxNetAdpCtl.cpp
|
||||
'';
|
||||
|
||||
# first line: ugly hack, and it isn't yet clear why it's a problem
|
||||
configurePhase = ''
|
||||
NIX_CFLAGS_COMPILE=$(echo "$NIX_CFLAGS_COMPILE" | sed 's,\-isystem ${stdenv.cc.libc}/include,,g')
|
||||
|
||||
cat >> LocalConfig.kmk <<LOCAL_CONFIG
|
||||
VBOX_WITH_TESTCASES :=
|
||||
VBOX_WITH_TESTSUITE :=
|
||||
|
|
Loading…
Reference in a new issue