agda: fix build on aarch64-darwin

authored by

Weijia Wang and committed by
sternenseemann
f22cb238 a29659d9

+3
+3
pkgs/development/haskell-modules/configuration-darwin.nix
··· 308 308 libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ]; 309 309 }) (disableCabalFlag "fixity-th" super.fourmolu); 310 310 311 + # https://github.com/NixOS/nixpkgs/issues/149692 312 + Agda = removeConfigureFlag "-foptimise-heavily" super.Agda; 313 + 311 314 } // lib.optionalAttrs pkgs.stdenv.isx86_64 { # x86_64-darwin 312 315 313 316 # tests appear to be failing to link or something: