mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-csv: patch the build to succeed when compiling with ghc-8.8.x
This commit is contained in:
parent
a62a68e125
commit
9b4cd7c36b
@ -170,4 +170,7 @@ self: super: {
|
||||
# https://github.com/sol/hpack/issues/371
|
||||
hpack = markBrokenVersion "0.32.0" super.hpack;
|
||||
|
||||
# Upstream ships a broken Setup.hs file.
|
||||
csv = overrideCabal super.csv (drv: { prePatch = "rm Setup.hs"; });
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user