Merge pull request #44830 from Infinisil/fix/yi

yi: fix build
This commit is contained in:
Silvan Mosberger 2018-08-09 23:20:07 +02:00 committed by GitHub
commit 29f9fcd477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1114,10 +1114,13 @@ self: super: {
# needed because of testing-feat >=0.4.0.2 && <1.1
language-ecmascript = doJailbreak super.language-ecmascript;
# sexpr is old, broken and has no issue-tracker. Let's fix it the best we can.
# sexpr is old, broken and has no issue-tracker. Let's fix it the best we can.
sexpr =
appendPatch (overrideCabal super.sexpr (drv: {
isExecutable = false;
libraryHaskellDepends = drv.libraryHaskellDepends ++ [self.QuickCheck];
})) ./patches/sexpr-0.2.1.patch;
# Can be removed once yi-language >= 0.18 is in the LTS
yi-core = super.yi-core.override { yi-language = self.yi-language_0_18_0; };
}