lilypond-unstable: mark broken on Darwin

See https://github.com/NixOS/nixpkgs/pull/62937
This commit is contained in:
Benjamin Esham 2020-02-01 20:25:25 -08:00
parent 4c83d61f12
commit d0cb81a68e

View File

@ -1,4 +1,4 @@
{ fetchgit, lilypond, ghostscript, gyre-fonts }:
{ stdenv, fetchgit, lilypond, ghostscript, gyre-fonts }:
let
@ -15,6 +15,10 @@ lilypond.overrideAttrs (oldAttrs: {
sha256 = "1ycyx9x76d79jh7wlwyyhdjkyrwnhzqpw006xn2fk35s0jrm2iz0";
};
meta = oldAttrs.meta // {
broken = stdenv.isDarwin;
};
configureFlags = [
"--disable-documentation"
"--with-urwotf-dir=${ghostscript}/share/ghostscript/fonts"