mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
gnome3.tali: 3.36.4 -> 3.38.0
Changelogs: - https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.1.news - https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.3.news - https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.90.news - https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.91.news - https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.92.news - https://ftp.gnome.org/pub/GNOME/sources/tali/3.38/tali-3.38.0.news Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
4f04811f7f
commit
c8394b82ec
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, gdk-pixbuf
|
||||
, librsvg, gettext, itstool, libxml2, wrapGAppsHook
|
||||
, librsvg, libgnome-games-support, gettext, itstool, libxml2, wrapGAppsHook
|
||||
, meson, ninja, python3, desktop-file-utils
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tali";
|
||||
version = "3.36.4";
|
||||
version = "3.38.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/tali/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "12h6783m4634zzprlk31j0dmvgzrfjklhl0z49fdwcziw5bszr3c";
|
||||
sha256 = "196f6hiap61sdqr7kvywk74yl0m2j7fvqml37p6cgfm7gfrhrvi9";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
pkgconfig gnome3.adwaita-icon-theme
|
||||
libxml2 itstool gettext wrapGAppsHook
|
||||
];
|
||||
buildInputs = [ gtk3 gdk-pixbuf librsvg ];
|
||||
buildInputs = [ gtk3 gdk-pixbuf librsvg libgnome-games-support ];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x build-aux/meson_post_install.py
|
||||
|
|
Loading…
Reference in a new issue