3
0
Fork 0
forked from mirrors/nixpkgs

virtualbox: Remove redundant NIX_CFLAGS_COMPILE.

The "include/generated" stuff is already added to the search path by the kernel
modules build system, so no need to hack it in like this.
This commit is contained in:
aszlig 2012-08-18 16:50:15 +02:00
parent 3e62a02b17
commit 9fb1d2e6fc

View file

@ -23,8 +23,6 @@ let
in stdenv.mkDerivation {
name = "virtualbox-${version}-${kernel.version}";
NIX_CFLAGS_COMPILE="-I${kernel}/lib/modules/${kernel.modDirVersion}/build/include/generated";
src = fetchurl {
url = "http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2";
sha256 = "e650e4fdc23581b9edc0e5d5705cc596c76796851ebf65ccda0edb8e413fa3b7";