mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #146700 from mrgutkun/fix-mime-strings
haskellPackages.mime-string: disable optimization for older compilers
This commit is contained in:
commit
f7f2ce6f9e
@ -88,4 +88,6 @@ self: super: {
|
||||
executableHaskellDepends = drv.executableToolDepends or [] ++ [ self.repline ];
|
||||
}) super.hnix);
|
||||
|
||||
mime-string = disableOptimization super.mime-string;
|
||||
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user