about summary refs log tree commit diff
path: root/pkgs/misc/lilypond/unstable.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/lilypond/unstable.nix')
-rw-r--r--pkgs/misc/lilypond/unstable.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/misc/lilypond/unstable.nix b/pkgs/misc/lilypond/unstable.nix
index 5b548038da9f..e2c0dccb2e17 100644
--- a/pkgs/misc/lilypond/unstable.nix
+++ b/pkgs/misc/lilypond/unstable.nix
@@ -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"