summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrimmauld <Grimmauld@grimmauld.de>2025-04-18 16:14:43 +0200
committerBobby Rong <rjl931189261@126.com>2025-04-19 20:56:49 +0800
commit41c7c5e2945d767d742a6085249690a62ba44686 (patch)
treee99333b763eabaffa49bd363befdc12d805be033
parent[Backport 24.11] jetbrains.plugins: update (#393659) (diff)
downloadnixpkgs-41c7c5e2945d767d742a6085249690a62ba44686.tar.gz
mate.libmateweather: disable location compression to fix loading data
(cherry picked from commit 14133797f5710630c078a6ffc49587c9364796d2)
-rw-r--r--pkgs/desktops/mate/libmateweather/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/libmateweather/default.nix b/pkgs/desktops/mate/libmateweather/default.nix
index f2614417a174..f261d00c1097 100644
--- a/pkgs/desktops/mate/libmateweather/default.nix
+++ b/pkgs/desktops/mate/libmateweather/default.nix
@@ -12,7 +12,6 @@
tzdata,
mateUpdateScript,
}:
-
stdenv.mkDerivation rec {
pname = "libmateweather";
version = "1.28.0";
@@ -44,7 +43,6 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-zoneinfo-dir=${tzdata}/share/zoneinfo"
- "--enable-locations-compression"
];
preFixup = "rm -f $out/share/icons/mate/icon-theme.cache";