Unverified Commit a1bb6131 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

stdenv: fixup allowedRequisites on aarch64-linux

parent 9eb901b7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -313,7 +313,8 @@ in
            glibc.out glibc.dev glibc.bin/*propagated from .dev*/ linuxHeaders
            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: {
        inherit (prevStage)