Merge pull request #145861 from flurie/boxfort-mark-broken-darwin

boxfort: mark broken on darwin to match upstream
This commit is contained in:
Jörg Thalheim 2021-11-14 08:28:01 +00:00 committed by GitHub
commit 8bad936090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}