boxfort: mark broken on darwin to match upstream
This commit is contained in:
parent
91137787da
commit
89912c3d0c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue