boxfort: mark broken on darwin to match upstream

This commit is contained in:
flurie 2021-11-11 22:02:57 -05:00
parent 91137787da
commit 89912c3d0c
No known key found for this signature in database
GPG key ID: D963E8522F408029

View file

@ -29,5 +29,7 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ thesola10 Yumasi ];
platforms = platforms.unix;
# Upstream currently broken for macOS https://cirrus-ci.com/build/5624937369042944
broken = stdenv.targetPlatform.isDarwin;
};
}