We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914d16e commit 1413379Copy full SHA for 1413379
pkgs/desktops/mate/libmateweather/default.nix
@@ -14,7 +14,6 @@
14
tzdata,
15
mateUpdateScript,
16
}:
17
-
18
stdenv.mkDerivation rec {
19
pname = "libmateweather";
20
version = "1.28.0";
@@ -54,7 +53,6 @@ stdenv.mkDerivation rec {
54
53
55
configureFlags = [
56
"--with-zoneinfo-dir=${tzdata}/share/zoneinfo"
57
- "--enable-locations-compression"
58
];
59
60
preFixup = "rm -f $out/share/icons/mate/icon-theme.cache";
0 commit comments