lilypond-unstable: mark broken on Darwin
See https://github.com/NixOS/nixpkgs/pull/62937
This commit is contained in:
parent
4c83d61f12
commit
d0cb81a68e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue