gnome3.libgnome-games-support: 1.4.3 → 1.4.4

This commit is contained in:
Tor Hedin Brønner 2019-09-04 11:27:48 +00:00
parent 02bef3c21b
commit 0df8cd8887

@ -1,18 +1,18 @@
{ stdenv, fetchurl, pkgconfig, glib, gtk3, libgee, intltool, gnome3
{ stdenv, fetchurl, pkgconfig, glib, gtk3, libgee, gettext, gnome3
, libintl }:
let
pname = "libgnome-games-support";
version = "1.4.3";
version = "1.4.4";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0g6a1vvhrbs0pfnzjfg3lgqvppwkydn6j3dn713zhrjhma9pljkh";
sha256 = "1zkbmnrn161p74qg6jhsn9f66yjjzxfm13pl1klv9av8k1bax9pq";
};
nativeBuildInputs = [ pkgconfig intltool ];
nativeBuildInputs = [ pkgconfig gettext ];
buildInputs = [ libintl ];
propagatedBuildInputs = [
# Required by libgnome-games-support-1.pc