musescore: Remove 'broken' for aarch64-linux.
This commit is contained in:
parent
73de017ef2
commit
5c792c8dab
1 changed files with 0 additions and 3 deletions
|
@ -142,9 +142,6 @@ in stdenv'.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://musescore.org/";
|
homepage = "https://musescore.org/";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ vandenoever doronbehar ];
|
maintainers = with maintainers; [ vandenoever doronbehar ];
|
||||||
# on aarch64-linux:
|
|
||||||
# error: cannot convert '<brace-enclosed initializer list>' to 'float32x4_t' in assignment
|
|
||||||
broken = (stdenv.isLinux && stdenv.isAarch64);
|
|
||||||
mainProgram = "mscore";
|
mainProgram = "mscore";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue