Skip to content

Commit d02b564

Browse files
committed
Skip broken tests
1 parent 83e105b commit d02b564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gi-gtk/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in recurseIntoAttrs rec {
3131
# Cross compilation to aarch64 is also broken
3232
|| stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64
3333
# Building profiled version of Cabal for haskell-gi is currently broken for GHC head
34-
|| compiler-nix-name == "ghc91320241101";
34+
|| compiler-nix-name == "ghc91320241204";
3535

3636
ifdInputs = {
3737
inherit (project) plan-nix;

0 commit comments

Comments
 (0)