agda: fix build on aarch64-darwin

This commit is contained in:
Weijia Wang 2023-01-22 01:15:09 +01:00 committed by sternenseemann
parent a29659d943
commit f22cb23840

View file

@ -308,6 +308,9 @@ self: super: ({
libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
}) (disableCabalFlag "fixity-th" super.fourmolu);
# https://github.com/NixOS/nixpkgs/issues/149692
Agda = removeConfigureFlag "-foptimise-heavily" super.Agda;
} // lib.optionalAttrs pkgs.stdenv.isx86_64 { # x86_64-darwin
# tests appear to be failing to link or something: