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; }; }