Skip to content

Commit

Permalink
haskellPackages.ReadArgs: jailbreak to fix build
Browse files Browse the repository at this point in the history
fixes #20515

(cherry picked from commit 7c29887)
  • Loading branch information
pSub committed Nov 28, 2016
1 parent f27c78f commit b833b10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1034,4 +1034,7 @@ self: super: {
librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ];
});

# Encountered missing dependencies: hspec >=1.3 && <2.1
# https://github.com/rampion/ReadArgs/issues/8
ReadArgs = doJailbreak super.ReadArgs;
}

0 comments on commit b833b10

Please sign in to comment.