yi: fix build

This commit is contained in:
Silvan Mosberger 2018-08-09 20:15:20 +02:00
parent 368169366f
commit 7f12361e62
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -1120,4 +1120,7 @@ self: super: {
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; };
}