font-manager: 0.7.3.1 -> 0.7.4.1

This commit is contained in:
wedens 2019-01-18 21:32:33 +07:00
parent 222751b029
commit bc312dc7ee

View file

@ -1,24 +1,25 @@
{ stdenv, fetchFromGitHub, automake, autoconf, libtool, { stdenv, fetchFromGitHub, automake, autoconf, libtool,
pkgconfig, file, intltool, libxml2, json-glib , sqlite, itstool, pkgconfig, file, libxml2, json-glib , sqlite, itstool,
librsvg, vala, gnome3, wrapGAppsHook, gobject-introspection librsvg, vala, gnome3, wrapGAppsHook, gobject-introspection,
which
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "font-manager-${version}"; name = "font-manager-${version}";
version = "0.7.3.1"; version = "0.7.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FontManager"; owner = "FontManager";
repo = "master"; repo = "master";
rev = version; rev = version;
sha256 = "0i65br0bk3r6x8wcl8jhc0v0agl0k6fy5g60ss1bnw4md7ldpgyi"; sha256 = "1zy419zzc95h4gxvl88acqjbwlnmwybj23rx3vkc62j3v3w4nlay";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkgconfig
automake autoconf libtool automake autoconf libtool
file file
intltool which
itstool itstool
vala vala
gnome3.yelp-tools gnome3.yelp-tools
@ -33,7 +34,6 @@ stdenv.mkDerivation rec {
sqlite sqlite
librsvg librsvg
gnome3.gtk gnome3.gtk
gnome3.libgee
gnome3.defaultIconTheme gnome3.defaultIconTheme
]; ];
@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
''; '';
configureFlags = [ configureFlags = [
"--with-file-roller"
"--disable-pycompile" "--disable-pycompile"
]; ];