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 83e105b commit d02b564Copy full SHA for d02b564
test/gi-gtk/default.nix
@@ -31,7 +31,7 @@ in recurseIntoAttrs rec {
31
# Cross compilation to aarch64 is also broken
32
|| 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";
+ || compiler-nix-name == "ghc91320241204";
35
36
ifdInputs = {
37
inherit (project) plan-nix;
0 commit comments