Files
nixpkgs/pkgs/applications
David Guibert 1e77d0b975 kernel 4.14 require libelf to compile modules.
[...]
make modules -C /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/build EXTRA_CFLAGS=-Werror-implicit-function-declaration M=/tmp/nix-build-spl-kernel-2017-11-16-4.14.9.drv-0/source/build
/nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/source/Makefile:939: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.

This patch introduces kernel.moduleBuildDependencies to avoid the logic "stdenv.lib.optional (stdenv.lib.versionAtLeast kernel.version "4.14") libelf" in multiple places.

[dezgeg did some minor tweaks on top]
2017-12-29 23:08:17 +02:00
..
2017-12-22 15:20:21 -06:00
2017-12-28 22:07:28 -08:00
2017-12-28 12:52:50 -05:00
2017-12-12 13:21:37 +01:00
2017-12-29 13:23:46 +01:00
2017-12-29 21:00:03 +00:00
2017-12-08 11:37:33 +01:00
2017-12-27 22:59:40 +01:00
2017-12-23 09:50:21 +01:00
2017-12-28 14:25:34 +01:00