From b31ba33869a56feb8c5b497fe1e99ba3842af0a1 Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Wed, 7 May 2025 11:12:35 -0400 Subject: [PATCH] csound: mark broken on darwin --- pkgs/applications/audio/csound/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/csound/default.nix b/pkgs/applications/audio/csound/default.nix index f4ae7383d4e6..dc8989ef357c 100644 --- a/pkgs/applications/audio/csound/default.nix +++ b/pkgs/applications/audio/csound/default.nix @@ -85,5 +85,6 @@ stdenv.mkDerivation { license = licenses.lgpl21Plus; maintainers = [ maintainers.marcweber ]; platforms = platforms.unix; + broken = stdenv.hostPlatform.isDarwin; }; }