buildLinux: allow overriding stdenv on each call

This commit is contained in:
Vladimír Čunát
2017-08-20 08:24:52 +02:00
parent 0a4d102b98
commit 7c7c83e233
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ let
};
kernel = buildLinux {
inherit version modDirVersion src kernelPatches;
inherit version modDirVersion src kernelPatches stdenv;
configfile = configfile.nativeDrv or configfile;