haskellPackages.ema: check, jailbreak

This commit is contained in:
maralorn 2023-07-18 01:40:10 +02:00
parent 88be58c0c2
commit 2da166c1ce
No known key found for this signature in database

View file

@ -2461,8 +2461,8 @@ self: super: {
Cabal-syntax = self.Cabal-syntax_3_10_1_0;
});
# Tests require ghc-9.2.
ema = dontCheck super.ema;
# 2023-07-18: https://github.com/srid/ema/issues/156
ema = doJailbreak super.ema;
glirc = doJailbreak (super.glirc.override {
vty = self.vty_5_35_1;