Open mpscholten opened 7 months ago
Thanks for the report. Indeed, this appears to be macOS-specific. There is not much I can do about it myself, since I do not have access to a Mac. I think what happens here is that mkEntrySelector
is too permissive in some cases and it validates FilePath
s that should be rejected (that would trigger a recursive call of arbitrary
in their Arbitrary
instance and something better would be generated).
When installing the
zip
package on my aarch64 macOS system, nix fails with this error:Could this be a macOS specific issue?