Unverified Commit 9fc09f19 authored by Sophie Tauchert's avatar Sophie Tauchert
Browse files

organicmaps: remove broken flag on aarch64-linux

parent 0bffda19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;