gnome3.gnome-weather: 3.36.1 → 40.0
This commit is contained in:
parent
933acb7214
commit
8903541c59
@ -1,19 +1,49 @@
|
|||||||
{ lib, stdenv, fetchurl, pkg-config, gnome3, gtk3, wrapGAppsHook, gjs, gobject-introspection
|
{ lib
|
||||||
, libgweather, meson, ninja, geoclue2, gnome-desktop, python3, gsettings-desktop-schemas }:
|
, stdenv
|
||||||
|
, fetchurl
|
||||||
|
, pkg-config
|
||||||
|
, gnome3
|
||||||
|
, gtk3
|
||||||
|
, libhandy
|
||||||
|
, wrapGAppsHook
|
||||||
|
, gjs
|
||||||
|
, gobject-introspection
|
||||||
|
, libgweather
|
||||||
|
, meson
|
||||||
|
, ninja
|
||||||
|
, geoclue2
|
||||||
|
, gnome-desktop
|
||||||
|
, python3
|
||||||
|
, gsettings-desktop-schemas
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-weather";
|
pname = "gnome-weather";
|
||||||
version = "3.36.1";
|
version = "40.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-weather/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/gnome-weather/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "11z75ky6xp9hx7lm24xng7ydr20bzh4d6p9sbi9c8ccz2m3fdrk8";
|
sha256 = "1vxfcvga5waangq3rzwdrdxyy5sw40vv0l463lc651s0n8xafd9a";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config meson ninja wrapGAppsHook python3 ];
|
nativeBuildInputs = [
|
||||||
|
pkg-config
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
wrapGAppsHook
|
||||||
|
python3
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 gjs gobject-introspection gnome-desktop
|
gtk3
|
||||||
libgweather gnome3.adwaita-icon-theme geoclue2 gsettings-desktop-schemas
|
libhandy
|
||||||
|
gjs
|
||||||
|
gobject-introspection
|
||||||
|
gnome-desktop
|
||||||
|
libgweather
|
||||||
|
gnome3.adwaita-icon-theme
|
||||||
|
geoclue2
|
||||||
|
gsettings-desktop-schemas
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user