libinfinity: propagate the necessary deps
svn path=/nixpkgs/trunk/; revision=24042
This commit is contained in:
parent
95e5ea9569
commit
f1a83d3e33
@ -17,12 +17,14 @@ in stdenv.mkDerivation rec {
|
|||||||
sha256 = "1vdyj6xvwkisrc222i84mq93gasywad4i0ismafdjq2wapxn30r6";
|
sha256 = "1vdyj6xvwkisrc222i84mq93gasywad4i0ismafdjq2wapxn30r6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib libxml2 gnutls gsasl ]
|
buildInputs = [ pkgconfig glib libxml2 gsasl ]
|
||||||
++ optional gtkWidgets gtk
|
++ optional gtkWidgets gtk
|
||||||
++ optional documentation gtkdoc
|
++ optional documentation gtkdoc
|
||||||
++ optional avahiSupport avahi
|
++ optional avahiSupport avahi
|
||||||
++ optional daemon libdaemon;
|
++ optional daemon libdaemon;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ gnutls ];
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
${if documentation then "--enable-gtk-doc" else "--disable-gtk-doc"}
|
${if documentation then "--enable-gtk-doc" else "--disable-gtk-doc"}
|
||||||
${edf gtkWidgets "inftextgtk"}
|
${edf gtkWidgets "inftextgtk"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user