Skip to content

Commit

Permalink
linuxPackages.rtlwifi_new: fix missing libelf
Browse files Browse the repository at this point in the history
/cc #33166.  Fixes #33102.
  • Loading branch information
vcunat committed Dec 29, 2017
1 parent 1e77d0b commit 5997b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/rtlwifi_new/default.nix
Expand Up @@ -17,6 +17,8 @@ in stdenv.mkDerivation rec {

hardeningDisable = [ "pic" "format" ];

nativeBuildInputs = kernel.moduleBuildDependencies;

makeFlags = "KSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build";

enableParallelBuilding = true;
Expand Down

0 comments on commit 5997b4f

Please sign in to comment.