grisbi: add missing dependency libgsf

Without libgsf, the build fails
This commit is contained in:
Marcial Gaißert 2019-04-03 22:55:49 +02:00
parent 9e696227b8
commit c67332cbee
No known key found for this signature in database
GPG Key ID: B629036BE399EEE9

View File

@ -1,4 +1,4 @@
{ fetchurl, stdenv, gtk, pkgconfig, libofx, intltool, wrapGAppsHook
{ fetchurl, stdenv, gtk, pkgconfig, libgsf, libofx, intltool, wrapGAppsHook
, hicolor-icon-theme, libsoup, gnome3 }:
stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
buildInputs = [ gtk libofx intltool hicolor-icon-theme libsoup
buildInputs = [ gtk libgsf libofx intltool hicolor-icon-theme libsoup
gnome3.adwaita-icon-theme ];
meta = with stdenv.lib; {