Skip to content

Commit

Permalink
haskell-ltk: fix build by providing haskell-gi-overloading-0.0
Browse files Browse the repository at this point in the history
Closes #30462.

(cherry picked from commit d2f9dc4)
  • Loading branch information
peti committed Oct 27, 2017
1 parent f344df5 commit 8838d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -916,4 +916,7 @@ self: super: {
# https://github.com/jwiegley/hnix/issues/65
hnix = super.hnix.override { data-fix = self.data-fix_0_0_7; };

# Build with gi overloading feature disabled.
ltk = super.ltk.overrideScope (self: super: { haskell-gi-overloading = self.haskell-gi-overloading_0_0; });

}

0 comments on commit 8838d8b

Please sign in to comment.