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.
2 parents 159fb66 + a1e0b30 commit 3e34303Copy full SHA for 3e34303
test/gi-gtk/default.nix
@@ -8,6 +8,8 @@ let
8
inherit compiler-nix-name evalPackages;
9
src = testSrc "gi-gtk";
10
cabalProjectLocal = builtins.readFile ../cabal.project.local + ''
11
+ -- haskell-gi 0.26.12 breaks gi-gtkpixbuf
12
+ index-state: 2024-09-30T00:00:00Z
13
-- The overloading feature of haskell-gi makes build times very long
14
constraints: haskell-gi-overloading ==0.0
15
if impl(ghc >=9.11)
0 commit comments