Skip to content

Commit

Permalink
stack2nix: fix build
Browse files Browse the repository at this point in the history
closes #30899
  • Loading branch information
globin committed Nov 2, 2017
1 parent 634b857 commit 1c431f4
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 @@ -976,4 +976,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 1c431f4

Please sign in to comment.