mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libinfinity: propagate the necessary deps
svn path=/nixpkgs/trunk/; revision=24042
This commit is contained in:
parent
95e5ea9569
commit
f1a83d3e33
@ -17,11 +17,13 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = "1vdyj6xvwkisrc222i84mq93gasywad4i0ismafdjq2wapxn30r6";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib libxml2 gnutls gsasl ]
|
||||
buildInputs = [ pkgconfig glib libxml2 gsasl ]
|
||||
++ optional gtkWidgets gtk
|
||||
++ optional documentation gtkdoc
|
||||
++ optional avahiSupport avahi
|
||||
++ optional daemon libdaemon;
|
||||
|
||||
propagatedBuildInputs = [ gnutls ];
|
||||
|
||||
configureFlags = ''
|
||||
${if documentation then "--enable-gtk-doc" else "--disable-gtk-doc"}
|
||||
|
Loading…
Reference in New Issue
Block a user