gnome3.folks: fix build

This commit is contained in:
Jan Tojnar
2018-11-30 21:34:49 +01:00
parent 46448f27a8
commit e2fb5c302b
+6 -4
View File
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, pkgconfig, glib, gnome3, nspr, intltool
{ fetchurl, stdenv, pkgconfig, glib, gnome3, nspr, intltool, gobjectIntrospection
, vala, sqlite, libxml2, dbus-glib, libsoup, nss, dbus
, telepathy-glib, evolution-data-server, libsecret, db }:
@@ -16,9 +16,11 @@ in stdenv.mkDerivation rec {
propagatedBuildInputs = [ glib gnome3.libgee sqlite ];
# dbus_daemon needed for tests
buildInputs = [ dbus-glib telepathy-glib evolution-data-server dbus
vala libsecret libxml2 libsoup nspr nss intltool db ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
dbus-glib telepathy-glib evolution-data-server dbus
libsecret libxml2 libsoup nspr nss db
];
nativeBuildInputs = [ pkgconfig intltool vala gobjectIntrospection ];
configureFlags = [ "--disable-fatal-warnings" ];