mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 09:56:13 +03:00
gnome3.libgnome-games-support: 1.4.3 → 1.4.4
This commit is contained in:
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 }:
|
, libintl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "libgnome-games-support";
|
pname = "libgnome-games-support";
|
||||||
version = "1.4.3";
|
version = "1.4.4";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
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 ];
|
buildInputs = [ libintl ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
# Required by libgnome-games-support-1.pc
|
# Required by libgnome-games-support-1.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user