Skip to content

Commit

Permalink
makeModulesClosure: Fix cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Feb 28, 2018
1 parent cc81202 commit 6a32291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/kernel/modules-closure.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
stdenvNoCC.mkDerivation {
name = kernel.name + "-shrunk";
builder = ./modules-closure.sh;
buildInputs = [ nukeReferences kmod ];
nativeBuildInputs = [ nukeReferences kmod ];
inherit kernel firmware rootModules allowMissing;
allowedReferences = ["out"];
}

0 comments on commit 6a32291

Please sign in to comment.