From 287ab732d941115a86e1fd08db7faf1dda21d0fe Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 10 Jun 2019 03:09:41 -0500 Subject: [PATCH] lilypond: mark broken on darwin --- pkgs/misc/lilypond/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/misc/lilypond/default.nix b/pkgs/misc/lilypond/default.nix index e9f8d6984af..7738c9b1c09 100644 --- a/pkgs/misc/lilypond/default.nix +++ b/pkgs/misc/lilypond/default.nix @@ -61,6 +61,7 @@ stdenv.mkDerivation { license = licenses.gpl3; maintainers = with maintainers; [ marcweber yurrriq ]; platforms = platforms.all; + broken = stdenv.isDarwin; }; patches = [ ./findlib.patch ];