kmod: avoid mass rebuild
elf-header shouldn’t be needed on linux
This commit is contained in:
parent
cee7969561
commit
808f05808b
@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig libxslt ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig libxslt ];
|
||||||
buildInputs = [ xz elf-header ];
|
buildInputs = [ xz ] ++ lib.optional stdenv.isDarwin elf-header;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user