gnome3.folks: fix build

This commit is contained in:
Jan Tojnar 2018-09-12 14:27:01 +02:00
parent 46448f27a8
commit e2fb5c302b
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

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 , vala, sqlite, libxml2, dbus-glib, libsoup, nss, dbus
, telepathy-glib, evolution-data-server, libsecret, db }: , telepathy-glib, evolution-data-server, libsecret, db }:
@ -16,9 +16,11 @@ in stdenv.mkDerivation rec {
propagatedBuildInputs = [ glib gnome3.libgee sqlite ]; propagatedBuildInputs = [ glib gnome3.libgee sqlite ];
# dbus_daemon needed for tests # dbus_daemon needed for tests
buildInputs = [ dbus-glib telepathy-glib evolution-data-server dbus buildInputs = [
vala libsecret libxml2 libsoup nspr nss intltool db ]; dbus-glib telepathy-glib evolution-data-server dbus
nativeBuildInputs = [ pkgconfig ]; libsecret libxml2 libsoup nspr nss db
];
nativeBuildInputs = [ pkgconfig intltool vala gobjectIntrospection ];
configureFlags = [ "--disable-fatal-warnings" ]; configureFlags = [ "--disable-fatal-warnings" ];