prl-tools: use kernel.moduleBuildDependencies instead of libelf

+1 -1
+1 -1
pkgs/os-specific/linux/prl-tools/default.nix
··· 28 hardeningDisable = [ "pic" "format" ]; 29 30 # also maybe python2 to generate xorg.conf 31 - nativeBuildInputs = [ p7zip undmg libelf ] ++ lib.optionals (!libsOnly) [ makeWrapper ]; 32 33 inherit libsOnly; 34
··· 28 hardeningDisable = [ "pic" "format" ]; 29 30 # also maybe python2 to generate xorg.conf 31 + nativeBuildInputs = [ p7zip undmg ] ++ lib.optionals (!libsOnly) [ makeWrapper ] ++ kernel.moduleBuildDependencies; 32 33 inherit libsOnly; 34