haskellPackages.HsOpenSSL: remove jailbreak

issue has been closed and it seems to work
This commit is contained in:
William Casarin 2017-01-22 14:06:50 -08:00 committed by Peter Simons
parent dc3182a15c
commit 663afff780

View file

@ -1158,9 +1158,6 @@ self: super: {
# https://github.com/roelvandijk/terminal-progress-bar/issues/13
terminal-progress-bar = doJailbreak super.terminal-progress-bar;
# https://github.com/vshabanov/HsOpenSSL/issues/11
HsOpenSSL = doJailbreak super.HsOpenSSL;
# https://github.com/NixOS/nixpkgs/issues/19612
wai-app-file-cgi = (dontCheck super.wai-app-file-cgi).overrideScope (self: super: {
http-client = self.http-client_0_5_5;