about summary refs log tree commit diff
path: root/pkgs/applications/audio/nootka
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/nootka')
-rw-r--r--pkgs/applications/audio/nootka/unstable.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/nootka/unstable.nix b/pkgs/applications/audio/nootka/unstable.nix
index b5e820e83459b..9dbaefa740630 100644
--- a/pkgs/applications/audio/nootka/unstable.nix
+++ b/pkgs/applications/audio/nootka/unstable.nix
@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
+    broken = (stdenv.isLinux && stdenv.isAarch64);
     description = "Application for practicing playing musical scores and ear training";
     homepage = "https://nootka.sourceforge.io/";
     license = licenses.gpl3Plus;