From 5c792c8dabc8dd940b1b69ec69423f4a6aa78414 Mon Sep 17 00:00:00 2001 From: Simon Hollingshead Date: Sun, 3 Mar 2024 01:49:34 +0000 Subject: musescore: Remove 'broken' for aarch64-linux. --- pkgs/applications/audio/musescore/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix index 71ae712c9f67a..d6c90f896dfd8 100644 --- a/pkgs/applications/audio/musescore/default.nix +++ b/pkgs/applications/audio/musescore/default.nix @@ -142,9 +142,6 @@ in stdenv'.mkDerivation (finalAttrs: { homepage = "https://musescore.org/"; license = licenses.gpl3Only; maintainers = with maintainers; [ vandenoever doronbehar ]; - # on aarch64-linux: - # error: cannot convert '' to 'float32x4_t' in assignment - broken = (stdenv.isLinux && stdenv.isAarch64); mainProgram = "mscore"; }; }) -- cgit 1.4.1