summary refs log tree commit diff
path: root/pkgs/applications/audio/sfxr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/sfxr/default.nix')
-rw-r--r--pkgs/applications/audio/sfxr/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/sfxr/default.nix b/pkgs/applications/audio/sfxr/default.nix
index aed27ecdba5..1a35fe8830f 100644
--- a/pkgs/applications/audio/sfxr/default.nix
+++ b/pkgs/applications/audio/sfxr/default.nix
@@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
   makeFlags = [ "DESTDIR=$(out)" ];
 
   meta = with lib; {
+    broken = stdenv.isDarwin;
     homepage = "http://www.drpetter.se/project_sfxr.html";
     description = "A videogame sound effect generator";
     license = licenses.mit;