Building mumble a bit further.
svn path=/nixpkgs/trunk/; revision=25908
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ fetchurl, stdenv, pkgconfig, libdaemon, dbus, perl, perlXMLParser
|
||||
, expat, gettext, intltool, glib, gtk, qt4 ? null, lib
|
||||
, qt4Support ? false }:
|
||||
, qt4Support ? false
|
||||
, withLibdnsCompat ? false }:
|
||||
|
||||
assert qt4Support -> qt4 != null;
|
||||
|
||||
@@ -26,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
"--${if qt4Support then "enable" else "disable"}-qt4"
|
||||
"--disable-python"
|
||||
"--with-distro=none" "--localstatedir=/var"
|
||||
];
|
||||
] ++ stdenv.lib.optional withLibdnsCompat "--enable-compat-libdns_sd";
|
||||
|
||||
meta = {
|
||||
description = "Avahi, an mDNS/DNS-SD implementation";
|
||||
|
||||
Reference in New Issue
Block a user