prl-tools: use kernel.moduleBuildDependencies instead of libelf

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