mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
PulseAudio: Remove aDNS since what it really wants is `libasyncns'.
svn path=/nixpkgs/trunk/; revision=13801
This commit is contained in:
parent
443bb3960a
commit
2034ecb046
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnum4, gdbm, libtool, glib, dbus, hal, avahi
|
{ stdenv, fetchurl, pkgconfig, gnum4, gdbm, libtool, glib, dbus, hal, avahi
|
||||||
, gconf, liboil, libX11, libICE, libSM, adns, intltool, gettext
|
, gconf, liboil, libX11, libICE, libSM, intltool, gettext
|
||||||
, libsamplerate, libsndfile, speex }:
|
, libsamplerate, libsndfile, speex }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -11,14 +11,14 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gnum4 gdbm libtool glib dbus hal avahi gconf liboil adns
|
pkgconfig gnum4 gdbm libtool glib dbus hal avahi gconf liboil
|
||||||
libsamplerate libsndfile speex
|
libsamplerate libsndfile speex
|
||||||
libX11 libICE libSM
|
libX11 libICE libSM
|
||||||
intltool gettext
|
intltool gettext
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--disable-solaris --disable-jack --disable-bluez --disable-polkit --with-x --localstatedir=/var
|
--disable-solaris --disable-jack --disable-bluez --disable-polkit --with-x --enable-asyncdns --localstatedir=/var
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -5781,7 +5781,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
pulseaudio = import ../servers/pulseaudio {
|
pulseaudio = import ../servers/pulseaudio {
|
||||||
inherit fetchurl stdenv pkgconfig gnum4 libtool gdbm adns
|
inherit fetchurl stdenv pkgconfig gnum4 libtool gdbm
|
||||||
dbus hal avahi liboil libsamplerate libsndfile speex
|
dbus hal avahi liboil libsamplerate libsndfile speex
|
||||||
intltool gettext;
|
intltool gettext;
|
||||||
inherit (gtkLibs) glib;
|
inherit (gtkLibs) glib;
|
||||||
|
Loading…
Reference in New Issue
Block a user