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
1 changed files with 5 additions and 1 deletions

View File

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