forked from mirrors/nixpkgs
haskell-MFlow: fix build
This commit is contained in:
parent
4121c5064a
commit
6b1bcc66ae
|
@ -1018,4 +1018,7 @@ self: super: {
|
|||
# https://github.com/brendanhay/amazonka/issues/203
|
||||
amazonka-core = dontCheck super.amazonka-core;
|
||||
|
||||
# https://github.com/agocorona/MFlow/issues/63
|
||||
MFlow = addBuildTool super.MFlow self.cpphs;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue