about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-21 19:23:40 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-21 19:23:40 -0500
commitc0112ac9a61cb95d965cd3c6b139158f6307c0d0 (patch)
tree49abafdf7a669b31364f76f97f1105d6377b06d4
parentbf7a1b2afb92ba8549412eb78eb99e911da3c2ef (diff)
downloadnixlib-c0112ac9a61cb95d965cd3c6b139158f6307c0d0.tar
nixlib-c0112ac9a61cb95d965cd3c6b139158f6307c0d0.tar.gz
nixlib-c0112ac9a61cb95d965cd3c6b139158f6307c0d0.tar.bz2
nixlib-c0112ac9a61cb95d965cd3c6b139158f6307c0d0.tar.lz
nixlib-c0112ac9a61cb95d965cd3c6b139158f6307c0d0.tar.xz
nixlib-c0112ac9a61cb95d965cd3c6b139158f6307c0d0.tar.zst
nixlib-c0112ac9a61cb95d965cd3c6b139158f6307c0d0.zip
meteo: 0.8.5 -> 0.9.6
https://gitlab.com/bitseater/meteo/blob/master/debian/changelog
-rw-r--r--pkgs/applications/networking/weather/meteo/default.nix17
1 files changed, 5 insertions, 12 deletions
diff --git a/pkgs/applications/networking/weather/meteo/default.nix b/pkgs/applications/networking/weather/meteo/default.nix
index 149e126d6e87..21db5e8a14f9 100644
--- a/pkgs/applications/networking/weather/meteo/default.nix
+++ b/pkgs/applications/networking/weather/meteo/default.nix
@@ -1,24 +1,19 @@
-{ stdenv, fetchFromGitLab, vala, python3, pkgconfig, meson, ninja, gtk3
-, gnome3, json-glib, libsoup, clutter, clutter-gtk, libchamplain, webkitgtk
-, libappindicator, desktop-file-utils, appstream, gobject-introspection, wrapGAppsHook }:
+{ stdenv, fetchFromGitLab, vala, python3, pkgconfig, meson, ninja, gtk3, geocode-glib, json-glib, libsoup, webkitgtk, libappindicator, desktop-file-utils, hicolor-icon-theme, appstream, wrapGAppsHook }:
 
 stdenv.mkDerivation rec {
   pname = "meteo";
-  version = "0.8.5";
-
-  name = "${pname}-${version}";
+  version = "0.9.6";
 
   src = fetchFromGitLab {
     owner = "bitseater";
     repo = pname;
     rev = version;
-    sha256 = "1mc2djhkg0nzcjmy87l1wqwni48vgpqh8s1flr90pipk12a1mh7n";
+    sha256 = "1786s5637hc3dnnkf5vr2ngfiq73dyvx8187gx7qkh7cr8xrl50w";
   };
 
   nativeBuildInputs = [
     appstream
     desktop-file-utils
-    gobject-introspection
     meson
     ninja
     pkgconfig
@@ -28,13 +23,11 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    clutter
-    clutter-gtk
-    gnome3.geocode-glib
+    geocode-glib
     gtk3
+    hicolor-icon-theme
     json-glib
     libappindicator
-    libchamplain
     libsoup
     webkitgtk
   ];