gnome.zenity: 3.32.0 → 3.41.0

https://ftp.gnome.org/pub/GNOME/sources/zenity/3.41/zenity-3.41.0.news

yelp-tools not actually needed, meson uses itstool and gettext:
3feaea6b29/mesonbuild/scripts/yelphelper.py
This commit is contained in:
Jan Tojnar 2021-10-02 00:17:25 +00:00
parent 98398d034e
commit 36a7b1ee2e

View file

@ -1,10 +1,12 @@
{ lib, stdenv
{ stdenv
, lib
, fetchurl
, meson
, ninja
, pkg-config
, libxml2
, gnome
, gtk3
, yelp-tools
, gettext
, libX11
, itstool
@ -13,17 +15,18 @@
stdenv.mkDerivation rec {
pname = "zenity";
version = "3.32.0";
version = "3.41.0";
src = fetchurl {
url = "mirror://gnome/sources/zenity/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7";
sha256 = "GbZ2w1EOIrrfzDIEBi1DK6U3QC9eCuJhKMDZDJVAN+E=";
};
nativeBuildInputs = [
meson
ninja
pkg-config
gettext
yelp-tools
itstool
libxml2
wrapGAppsHook