summary refs log tree commit diff
path: root/pkgs/applications/audio/x42-avldrums/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/x42-avldrums/default.nix')
-rw-r--r--pkgs/applications/audio/x42-avldrums/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/x42-avldrums/default.nix b/pkgs/applications/audio/x42-avldrums/default.nix
index d698ef68da5..be1b25ceb14 100644
--- a/pkgs/applications/audio/x42-avldrums/default.nix
+++ b/pkgs/applications/audio/x42-avldrums/default.nix
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = with lib; {
+    broken = (stdenv.isLinux && stdenv.isAarch64);
     description = "Drum sample player LV2 plugin dedicated to Glen MacArthur's AVLdrums";
     homepage = "https://x42-plugins.com/x42/x42-avldrums";
     maintainers = with maintainers; [ magnetophon orivej ];