Skip to content

Commit b833b10

Browse files
committedNov 28, 2016
haskellPackages.ReadArgs: jailbreak to fix build
fixes #20515 (cherry picked from commit 7c29887)
1 parent f27c78f commit b833b10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/development/haskell-modules/configuration-common.nix

+3
Original file line numberDiff line numberDiff line change
@@ -1034,4 +1034,7 @@ self: super: {
10341034
librarySystemDepends = old.librarySystemDepends or [] ++ [ pkgs.systemd ];
10351035
});
10361036

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

0 commit comments

Comments
 (0)
Please sign in to comment.