bear: mark broken on darwin
This commit is contained in:
parent
48e404a9f7
commit
aecc8e4ab8
|
@ -60,5 +60,7 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.babariviere ];
|
maintainers = [ maintainers.babariviere ];
|
||||||
|
# ld: symbol(s) not found for architecture x86_64
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue