Merge pull request #302306 from mpscholten/fix-zip

haskellPackages.zip: Don't check
This commit is contained in:
maralorn 2024-04-07 23:12:10 +02:00 committed by GitHub
commit e864bff65a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,8 @@ self: super: ({
stripLen = 1;
}) super.inline-c-cpp;
# Tests fail on macOS https://github.com/mrkkrp/zip/issues/112
zip = dontCheck super.zip;
} // lib.optionalAttrs pkgs.stdenv.isAarch64 { # aarch64-darwin
# https://github.com/fpco/unliftio/issues/87