Revert "haskellPackages.gtk2hs-buildtools: attempt to fix build on aarch64"

This reverts commit 38c4256a96.

The attempt failed, gtk2hs-buildtools still fails with the same linker error.
This commit is contained in:
sternenseemann 2021-06-12 21:29:58 +02:00
parent c9a1f7dc02
commit d5f067260d

View File

@ -37,10 +37,6 @@ self: super: {
# Similar to https://ghc.haskell.org/trac/ghc/ticket/13062
happy = dontCheck super.happy;
# Disable GClosure based signals implementation on aarch64 as it causes linker issues
# https://github.com/gtk2hs/gtk2hs/issues/305
gtk2hs-buildtools = appendConfigureFlag super.gtk2hs-buildtools "-f-ClosureSignals";
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch64 {
# AARCH64-SPECIFIC OVERRIDES