mate.mate-utils: add new missing dependence: inkscape

This commit is contained in:
José Romildo Malaquias 2019-04-24 11:48:10 -03:00
parent 3dd9de7ca3
commit 3d9b2c4738

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, itstool, gtk3, libxml2, libgtop, libcanberra-gtk3, mate, hicolor-icon-theme, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, itstool, gtk3, libxml2, libgtop, libcanberra-gtk3, inkscape, mate, hicolor-icon-theme, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "mate-utils-${version}";
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
pkgconfig
intltool
itstool
inkscape
wrapGAppsHook
];