Skip to content

Commit

Permalink
haskellPackages.hnix: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Oct 12, 2017
1 parent 80550ea commit f205552
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 @@ -913,4 +913,7 @@ self: super: {
# This needs cleanup before those builds can succeed.
yi = markBroken super.yi;

# https://github.com/jwiegley/hnix/issues/65
hnix = super.hnix.override { data-fix = self.data-fix_0_0_7; };

}

0 comments on commit f205552

Please sign in to comment.