We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29849d0 commit 0d8eadfCopy full SHA for 0d8eadf
test/gi-gtk/default.nix
@@ -29,7 +29,9 @@ in recurseIntoAttrs rec {
29
# error: incompatible pointer to integer conversion assigning to 'ffi_arg' (aka 'unsigned long') from 'HsPtr' (aka 'void *') [-Wint-conversion]
30
|| builtins.elem compiler-nix-name ["ghc8107" "ghc902" "ghc928" "ghc948"] && stdenv.hostPlatform.isAarch64
31
# Cross compilation to aarch64 is also broken
32
- || stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64;
+ || stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64
33
+ # Building profiled version of Cabal for haskell-gi is currently broken for GHC head
34
+ || compiler-nix-name == "ghc91320241101";
35
36
ifdInputs = {
37
inherit (project) plan-nix;
0 commit comments