Unverified Commit 14133797 authored by Grimmauld's avatar Grimmauld
Browse files

mate.libmateweather: disable location compression to fix loading data

parent 914d16e4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
  tzdata,
  mateUpdateScript,
}:

stdenv.mkDerivation rec {
  pname = "libmateweather";
  version = "1.28.0";
@@ -54,7 +53,6 @@ stdenv.mkDerivation rec {

  configureFlags = [
    "--with-zoneinfo-dir=${tzdata}/share/zoneinfo"
    "--enable-locations-compression"
  ];

  preFixup = "rm -f $out/share/icons/mate/icon-theme.cache";