13 stdenv.mkDerivation rec {
14 pname = "gssdp-tools";
15 inherit (gssdp_1_6) version src;
18 # Allow building tools separately from the library.
19 # This is needed to break the depenency cycle.
21 src = ./standalone-tools.patch;
44 description = "Device Sniffer tool based on GSSDP framework";
45 homepage = "http://www.gupnp.org/";
46 license = licenses.lgpl2Plus;
47 maintainers = gssdp_1_6.meta.maintainers;
48 platforms = platforms.all;