From d5f067260d90a73cb4e96d392c5337b6ba8e70b2 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sat, 12 Jun 2021 21:29:58 +0200 Subject: [PATCH] Revert "haskellPackages.gtk2hs-buildtools: attempt to fix build on aarch64" This reverts commit 38c4256a9635d37ed297e43ade8e6f5ef42893d1. The attempt failed, gtk2hs-buildtools still fails with the same linker error. --- pkgs/development/haskell-modules/configuration-arm.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index a8054c5861e0..b9f868b04ca5 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/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