organicmaps: remove broken flag on aarch64-linux
This commit is contained in:
parent
0bffda19b8
commit
9fc09f19b2
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
# darwin: "invalid application of 'sizeof' to a function type"
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
broken = stdenv.isDarwin;
|
||||
homepage = "https://organicmaps.app/";
|
||||
description = "Detailed Offline Maps for Travellers, Tourists, Hikers and Cyclists";
|
||||
license = licenses.asl20;
|
||||
|
|
Loading…
Reference in a new issue