prl-tools: use kernel.moduleBuildDependencies instead of libelf

wip/yesman
Jörg Thalheim 6 years ago
parent 52747120c1
commit 45fa79d43b
  1. 2
      pkgs/os-specific/linux/prl-tools/default.nix

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "pic" "format" ];
# also maybe python2 to generate xorg.conf
nativeBuildInputs = [ p7zip undmg libelf ] ++ lib.optionals (!libsOnly) [ makeWrapper ];
nativeBuildInputs = [ p7zip undmg ] ++ lib.optionals (!libsOnly) [ makeWrapper ] ++ kernel.moduleBuildDependencies;
inherit libsOnly;

Loading…
Cancel
Save