kernel generic: Don't use stdenv.cross

This commit is contained in:
hsloan
2017-06-28 16:32:25 -04:00
committed by John Ericson
parent c5b4b6c911
commit 459d07d41c
10 changed files with 12 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, perl, buildLinux, ... } @ args:
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
let
modDirVersion = "4.9.24";