stdenv: fixup allowedRequisites on aarch64-linux
This commit is contained in:
parent
9eb901b70d
commit
a1bb61312c
@ -313,7 +313,8 @@ in
|
|||||||
glibc.out glibc.dev glibc.bin/*propagated from .dev*/ linuxHeaders
|
glibc.out glibc.dev glibc.bin/*propagated from .dev*/ linuxHeaders
|
||||||
gcc gcc.cc gcc.cc.lib gcc.expandResponseParams
|
gcc gcc.cc gcc.cc.lib gcc.expandResponseParams
|
||||||
]
|
]
|
||||||
++ lib.optional (system == "aarch64-linux") prevStage.updateAutotoolsGnuConfigScriptsHook;
|
++ lib.optionals (system == "aarch64-linux")
|
||||||
|
[ prevStage.updateAutotoolsGnuConfigScriptsHook prevStage.gnu-config ];
|
||||||
|
|
||||||
overrides = self: super: {
|
overrides = self: super: {
|
||||||
inherit (prevStage)
|
inherit (prevStage)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user