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
, 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" ];