yelp: fix build missing sqlite dependency

This commit is contained in:
Luca Bruno 2015-01-08 11:03:31 +01:00
parent 8a6d0fdea1
commit 412819cbcb

View File

@ -1,5 +1,5 @@
{ stdenv, intltool, fetchurl, webkitgtk, pkgconfig, gtk3, glib
, file, librsvg, hicolor_icon_theme, gnome3, gdk_pixbuf
, file, librsvg, hicolor_icon_theme, gnome3, gdk_pixbuf, sqlite
, bash, makeWrapper, itstool, libxml2, libxslt, icu }:
stdenv.mkDerivation rec {
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
libxml2 libxslt icu file makeWrapper gnome3.yelp_xsl
librsvg gdk_pixbuf gnome3.gnome_icon_theme
hicolor_icon_theme gnome3.gnome_icon_theme_symbolic
gnome3.gsettings_desktop_schemas ];
gnome3.gsettings_desktop_schemas sqlite ];
preFixup = ''
wrapProgram "$out/bin/yelp" \