mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
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
|
||||
|
||||
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user