mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00: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 }:
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user