From 40e4d4d50df435e6c26f8b6d88f31551d544ee9f Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 9 Aug 2021 09:01:01 +0300 Subject: [PATCH] lenmus: mark as broken for aarch64 --- pkgs/applications/misc/lenmus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/lenmus/default.nix b/pkgs/applications/misc/lenmus/default.nix index a9aef85753e..1dac72bd0d7 100644 --- a/pkgs/applications/misc/lenmus/default.nix +++ b/pkgs/applications/misc/lenmus/default.nix @@ -46,5 +46,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ ramkromberg ]; platforms = with platforms; linux; + broken = stdenv.hostPlatform.isAarch64; }; }