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, fetchurl, perl, buildLinux, ... } @ args:
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
mptcpVersion = "0.91.3";