Skip to content

Commit

Permalink
linuxPackages.extfat-nofuse: fix libelf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 13, 2018
1 parent e2f7267 commit 5ccfd0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/exfat/default.nix
Expand Up @@ -17,6 +17,8 @@ stdenv.mkDerivation rec {

hardeningDisable = [ "pic" ];

nativeBuildInputs = kernel.moduleBuildDependencies;

makeFlags = [
"KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
];
Expand Down

0 comments on commit 5ccfd0e

Please sign in to comment.