Xiphos: added new dependency: biblesync
This commit is contained in:
parent
0935ef2913
commit
53ff7e1664
@ -2,7 +2,7 @@
|
|||||||
, python
|
, python
|
||||||
, intltool
|
, intltool
|
||||||
, docbook2x, docbook_xml_dtd_412, libxslt
|
, docbook2x, docbook_xml_dtd_412, libxslt
|
||||||
, sword, clucene_core
|
, sword, clucene_core, biblesync
|
||||||
, gnome_doc_utils
|
, gnome_doc_utils
|
||||||
, libgsf, gconf
|
, libgsf, gconf
|
||||||
, gtkhtml, libgtkhtml, libglade, scrollkeeper
|
, gtkhtml, libgtkhtml, libglade, scrollkeeper
|
||||||
@ -15,12 +15,12 @@ stdenv.mkDerivation rec {
|
|||||||
version = "4.0.3-20150806";
|
version = "4.0.3-20150806";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.sourceforge.net/project/gnomesword/Xiphos/${version}/${name}.tar.gz";
|
url = "http://downloads.sourceforge.net/project/gnomesword/Xiphos/4.0.3/${name}.tar.gz";
|
||||||
sha256 = "1xkvhpasdlda2rp0874znz158z4rjh1hpynwy13d96kjxq4npiqv";
|
sha256 = "1xkvhpasdlda2rp0874znz158z4rjh1hpynwy13d96kjxq4npiqv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig python intltool docbook2x docbook_xml_dtd_412 libxslt
|
buildInputs = [ pkgconfig python intltool docbook2x docbook_xml_dtd_412 libxslt
|
||||||
sword clucene_core gnome_doc_utils libgsf gconf gtkhtml libgtkhtml
|
sword clucene_core biblesync gnome_doc_utils libgsf gconf gtkhtml libgtkhtml
|
||||||
libglade scrollkeeper webkitgtk dbus_glib enchant isocodes libuuid ];
|
libglade scrollkeeper webkitgtk dbus_glib enchant isocodes libuuid ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user