mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
haskellPackages.glirc: jailbreak
for config-schema 1.3
This commit is contained in:
parent
c8c04e3808
commit
6a5570d356
@ -2405,9 +2405,9 @@ self: super: {
|
||||
# Tests require ghc-9.2.
|
||||
ema = dontCheck super.ema;
|
||||
|
||||
glirc = super.glirc.override {
|
||||
glirc = doJailbreak (super.glirc.override {
|
||||
vty = self.vty_5_35_1;
|
||||
};
|
||||
});
|
||||
|
||||
# 2022-02-25: Unmaintained and to strict upper bounds
|
||||
paths = doJailbreak super.paths;
|
||||
|
Loading…
Reference in New Issue
Block a user