Skip to content

Commit

Permalink
stack2nix: fix build
Browse files Browse the repository at this point in the history
closes #30899

(cherry picked from commit 1c431f4)
  • Loading branch information
globin committed Nov 2, 2017
1 parent c567ec6 commit 0f9ab62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -919,4 +919,6 @@ self: super: {
# Build with gi overloading feature disabled.
ltk = super.ltk.overrideScope (self: super: { haskell-gi-overloading = self.haskell-gi-overloading_0_0; });

# missing dependencies: Glob >=0.7.14 && <0.8, data-fix ==0.0.4
stack2nix = doJailbreak super.stack2nix;
}

0 comments on commit 0f9ab62

Please sign in to comment.