libnice: added graphviz build input

added graphviz build input for compatability with meson >=0.57.2 see PR meson#8641
This commit is contained in:
Josh Hoffer 2021-10-05 17:08:14 -06:00 committed by Alyssa Ross
parent 6f4c70cbfe
commit a4733c7952

View file

@ -13,6 +13,7 @@
, gupnp-igd , gupnp-igd
, gst_all_1 , gst_all_1
, gnutls , gnutls
, graphviz
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -48,6 +49,7 @@ stdenv.mkDerivation rec {
gtk-doc gtk-doc
docbook_xsl docbook_xsl
docbook_xml_dtd_412 docbook_xml_dtd_412
graphviz
]; ];
buildInputs = [ buildInputs = [