haskellPackages.mime-string: disable optimization for older compilers

This commit is contained in:
mrkun 2021-11-20 01:50:07 +03:00
parent 91ec4e2897
commit 4df9292e9b
3 changed files with 6 additions and 0 deletions

View file

@ -88,4 +88,6 @@ self: super: {
executableHaskellDepends = drv.executableToolDepends or [] ++ [ self.repline ];
}) super.hnix);
mime-string = disableOptimization super.mime-string;
}

View file

@ -106,4 +106,6 @@ self: super: {
# https://github.com/haskellari/time-compat/issues/23
time-compat = dontCheck super.time-compat;
mime-string = disableOptimization super.mime-string;
}

View file

@ -129,4 +129,6 @@ self: super: {
vector = dontCheck super.vector;
ghc-api-compat = doDistribute super.ghc-api-compat_8_6;
mime-string = disableOptimization super.mime-string;
}