Skip to content

Commit 19dafcb

Browse files
authored
Fix for gi-gtk build (#2346)
1 parent 3a97196 commit 19dafcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/gi-gtk/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ let
1010
cabalProjectLocal = builtins.readFile ../cabal.project.local + ''
1111
-- The overloading feature of haskell-gi makes build times very long
1212
constraints: haskell-gi-overloading ==0.0
13+
-- Needed for the current nix-tools TODO remove once nix-tools is updated
14+
constraints: Cabal <3.12
1315
'';
1416
};
1517

0 commit comments

Comments
 (0)