Skip to content

Commit 1413379

Browse files
committed
mate.libmateweather: disable location compression to fix loading data
1 parent 914d16e commit 1413379

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkgs/desktops/mate/libmateweather/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
tzdata,
1515
mateUpdateScript,
1616
}:
17-
1817
stdenv.mkDerivation rec {
1918
pname = "libmateweather";
2019
version = "1.28.0";
@@ -54,7 +53,6 @@ stdenv.mkDerivation rec {
5453

5554
configureFlags = [
5655
"--with-zoneinfo-dir=${tzdata}/share/zoneinfo"
57-
"--enable-locations-compression"
5856
];
5957

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

0 commit comments

Comments
 (0)