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.
launchpad/nixpkgs/master
sternenseemann 3 years ago
parent c9a1f7dc02
commit d5f067260d
  1. 4
      pkgs/development/haskell-modules/configuration-arm.nix

@ -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

Loading…
Cancel
Save