haskellPackages.base64: dontCheck
This commit is contained in:
parent
7a8de8f5d4
commit
0dcac2951f
1 changed files with 2 additions and 0 deletions
|
@ -2372,6 +2372,8 @@ self: super: {
|
|||
colourista = assert super.colourista.version == "0.1.0.1";
|
||||
doJailbreak super.colourista;
|
||||
|
||||
# 2022-02-26: https://github.com/emilypi/base64/issues/39
|
||||
base64 = dontCheck super.base64;
|
||||
# Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24
|
||||
system-fileio = doJailbreak super.system-fileio;
|
||||
|
||||
|
|
Loading…
Reference in a new issue