folks: cleanup
This commit is contained in:
parent
f2bc6531ea
commit
36e34b2126
@ -14,18 +14,18 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ glib libgee sqlite ];
|
propagatedBuildInputs = [ glib libgee sqlite ];
|
||||||
# dbus_daemon needed for tests
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
dbus-glib telepathy-glib evolution-data-server dbus
|
dbus-glib telepathy-glib evolution-data-server
|
||||||
libsecret libxml2 libsoup nspr nss db
|
libsecret libxml2 libsoup nspr nss db
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkInputs = [ dbus ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool vala gobject-introspection ];
|
nativeBuildInputs = [ pkgconfig intltool vala gobject-introspection ];
|
||||||
|
|
||||||
configureFlags = [ "--disable-fatal-warnings" ];
|
configureFlags = [ "--disable-fatal-warnings" ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = ["-I${nss.dev}/include/nss"
|
|
||||||
"-I${dbus-glib.dev}/include/dbus-1.0" "-I${dbus.dev}/include/dbus-1.0"];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postBuild = "rm -rf $out/share/gtk-doc";
|
postBuild = "rm -rf $out/share/gtk-doc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user