linuxHeaders: move ARCH into env for structuredAttrs (#492169)
This commit is contained in:
@@ -49,7 +49,7 @@ let
|
||||
pname = "linux-headers";
|
||||
inherit version;
|
||||
|
||||
ARCH = stdenvNoCC.hostPlatform.linuxArch;
|
||||
env.ARCH = stdenvNoCC.hostPlatform.linuxArch;
|
||||
|
||||
strictDeps = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
Reference in New Issue
Block a user