bear: mark broken on darwin

This commit is contained in:
Sandro Jäckel 2021-03-09 17:18:37 +01:00
parent 48e404a9f7
commit aecc8e4ab8
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -60,5 +60,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = [ maintainers.babariviere ];
# ld: symbol(s) not found for architecture x86_64
broken = stdenv.isDarwin;
};
}