Skip to content

Commit

Permalink
modules-closure: Use stdenvNoCC
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Oct 19, 2016
1 parent 3926d23 commit 5076c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/build-support/kernel/modules-closure.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# the modules identified by `rootModules', plus their dependencies.
# Also generate an appropriate modules.dep.

{ stdenv, kernel, nukeReferences, rootModules
{ stdenvNoCC, kernel, nukeReferences, rootModules
, kmod, allowMissing ? false }:

stdenv.mkDerivation {
stdenvNoCC.mkDerivation {
name = kernel.name + "-shrunk";
builder = ./modules-closure.sh;
buildInputs = [ nukeReferences kmod ];
Expand Down

0 comments on commit 5076c0a

Please sign in to comment.