organicmaps: remove broken flag on aarch64-linux

This commit is contained in:
Sophie Tauchert 2023-09-08 17:38:20 +02:00
parent 0bffda19b8
commit 9fc09f19b2
No known key found for this signature in database
GPG key ID: 52701DE5F5F51125

View file

@ -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;