mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskellPackages.HDBC-odbc: remove haddock fix again
This commit is contained in:
parent
56366b5e66
commit
10cf3b150e
1 changed files with 0 additions and 9 deletions
|
@ -1068,15 +1068,6 @@ self: super: {
|
|||
# https://github.com/roelvandijk/terminal-progress-bar/issues/13
|
||||
terminal-progress-bar = doJailbreak super.terminal-progress-bar;
|
||||
|
||||
# https://github.com/hdbc/hdbc-odbc/pull/29
|
||||
HDBC-odbc = overrideCabal super.HDBC-odbc (old: {
|
||||
postPatch = old.postPatch or "" + ''
|
||||
sed -e '/data BoundValue =/ { s/$/{/ ; n; n ; s/{ bvVal/ bvVal/ }' \
|
||||
-e 's/-- | This is rather/-- This is rather/' \
|
||||
-i Database/HDBC/ODBC/Statement.hsc
|
||||
'';
|
||||
});
|
||||
|
||||
# https://github.com/vshabanov/HsOpenSSL/issues/11
|
||||
HsOpenSSL = doJailbreak super.HsOpenSSL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue