mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
gnome3.libgnome-games-support: 1.4.4 -> 1.6.0.1
Port to meson
This commit is contained in:
parent
47e451bc22
commit
e0e99537ad
@ -1,18 +1,18 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, gtk3, libgee, gettext, gnome3
|
{ stdenv, fetchurl, pkgconfig, glib, gtk3, libgee, gettext, vala, gnome3
|
||||||
, libintl }:
|
, libintl, meson, ninja }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "libgnome-games-support";
|
pname = "libgnome-games-support";
|
||||||
version = "1.4.4";
|
version = "1.6.0.1";
|
||||||
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 = "1zkbmnrn161p74qg6jhsn9f66yjjzxfm13pl1klv9av8k1bax9pq";
|
sha256 = "0xifkj5dg4n3cy0hi76zy1ixyssxxpgy4yi4li7iq39cqbnkc9d8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig gettext ];
|
nativeBuildInputs = [ meson ninja pkgconfig gettext vala ];
|
||||||
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