Skip to content

Commit cb886fd

Browse files
committed
Fix for gi-gtk test
1 parent 9a253e4 commit cb886fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/gi-gtk/default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ let
88
inherit compiler-nix-name evalPackages;
99
src = testSrc "gi-gtk";
1010
cabalProjectLocal = builtins.readFile ../cabal.project.local + ''
11-
-- haskell-gi 0.26.12 breaks gi-gtkpixbuf
12-
index-state: 2024-09-30T00:00:00Z
1311
-- The overloading feature of haskell-gi makes build times very long
1412
constraints: haskell-gi-overloading ==0.0
15-
if impl(ghc >=9.11)
16-
constraints: filepath source
1713
'';
1814
};
1915

0 commit comments

Comments
 (0)