mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gnome3.folks: fix build
This commit is contained in:
parent
46448f27a8
commit
e2fb5c302b
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user