Merge pull request #254062 from 999eagle/feat/unbreak-organicmaps

organicmaps: remove broken flag on aarch64-linux

authored by Weijia Wang and committed by GitHub cfd0f3ee 178ec457

+1 -1
+1 -1
pkgs/applications/misc/organicmaps/default.nix
··· 87 88 meta = with lib; { 89 # darwin: "invalid application of 'sizeof' to a function type" 90 - broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 91 homepage = "https://organicmaps.app/"; 92 description = "Detailed Offline Maps for Travellers, Tourists, Hikers and Cyclists"; 93 license = licenses.asl20;
··· 87 88 meta = with lib; { 89 # darwin: "invalid application of 'sizeof' to a function type" 90 + broken = stdenv.isDarwin; 91 homepage = "https://organicmaps.app/"; 92 description = "Detailed Offline Maps for Travellers, Tourists, Hikers and Cyclists"; 93 license = licenses.asl20;