gnome3.libgdata: remove unneeded dep
This commit is contained in:
parent
b4d1d88e42
commit
b4acb42a2c
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, libxml2, glib, qoauth
|
{ stdenv, fetchurl, pkgconfig, intltool, libxml2, glib
|
||||||
, gobjectIntrospection, liboauth, gnome3, p11_kit, openssl }:
|
, gobjectIntrospection, liboauth, gnome3, p11_kit, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -9,11 +9,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1scjs944kjazbsh86kdj6w2vprib6yd3wzxzabcs59acmr0m4hax";
|
sha256 = "1scjs944kjazbsh86kdj6w2vprib6yd3wzxzabcs59acmr0m4hax";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${gnome3.libsoup}/include/libsoup-gnome-2.4/ -I${gnome3.gcr}/include/gcr-3 -I${gnome3.gcr}/include/gck-1";
|
NIX_CFLAGS_COMPILE = "-I${gnome3.libsoup}/include/libsoup-gnome-2.4/ -I${gnome3.gcr}/include/gcr-3 -I${gnome3.gcr}/include/gck-1";
|
||||||
|
|
||||||
buildInputs = with gnome3;
|
buildInputs = with gnome3;
|
||||||
[ pkgconfig libsoup intltool libxml2 glib qoauth gobjectIntrospection
|
[ pkgconfig libsoup intltool libxml2 glib gobjectIntrospection
|
||||||
liboauth gcr gnome_online_accounts p11_kit openssl ];
|
liboauth gcr gnome_online_accounts p11_kit openssl ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user