Merge pull request #145861 from flurie/boxfort-mark-broken-darwin
boxfort: mark broken on darwin to match upstream
This commit is contained in:
commit
8bad936090
1 changed files with 2 additions and 0 deletions
|
@ -29,5 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ thesola10 Yumasi ];
|
maintainers = with maintainers; [ thesola10 Yumasi ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
# Upstream currently broken for macOS https://cirrus-ci.com/build/5624937369042944
|
||||||
|
broken = stdenv.targetPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue