libgweather: 3.36.1 → 40.0

This commit is contained in:
Jan Tojnar 2021-03-21 08:30:14 +01:00
parent 312598aaf7
commit 7ba1be0f55
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libgweather"; pname = "libgweather";
version = "3.36.1"; version = "40.0";
outputs = [ "out" "dev" "devdoc" ]; outputs = [ "out" "dev" "devdoc" ];
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "0l74hc02rvzm4p530y539a67jwb080fqdaazdl8j0fr3xvq0j9yy"; sha256 = "1rkf4yv43qcahyx7bismdv6z2vh5azdnm1fqfmnzrada9cm8ykna";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
docbook_xml_dtd_43 docbook_xml_dtd_43
gobject-introspection gobject-introspection
python3 python3
python3.pkgs.pygobject3
]; ];
buildInputs = [ buildInputs = [
@ -61,6 +62,7 @@ stdenv.mkDerivation rec {
postPatch = '' postPatch = ''
chmod +x meson/meson_post_install.py chmod +x meson/meson_post_install.py
patchShebangs meson/meson_post_install.py patchShebangs meson/meson_post_install.py
patchShebangs data/gen_locations_variant.py
''; '';
passthru = { passthru = {