1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Make the X11 dependency in PulseAudio optional, just like the JACK

dependency.  This is important to prevent these dependencies from
  propagating to all PulseAudio clients.  The PulseAudio server in
  NixOS can enable X11 support (if desired) by setting

    hardware.pulseaudio.package = pkgs.pulseaudio.override {
      x11Support = true;
    };

svn path=/nixpkgs/trunk/; revision=30300
This commit is contained in:
Eelco Dolstra 2011-11-07 17:51:04 +00:00
parent dd8a7b38db
commit 7fdb29f0f3

View file

@ -1,8 +1,9 @@
{ stdenv, fetchurl, pkgconfig, gnum4, gdbm, libtool, glib, dbus, avahi
, gconf, gtk, libX11, libICE, libSM, libXtst, libXi, intltool, gettext
, gconf, gtk, intltool, gettext
, alsaLib, libsamplerate, libsndfile, speex, bluez, udev
, jackaudioSupport ? false, jackaudio ? null
, xz, json_c, xextproto
, x11Support ? false, xlibs
, xz, json_c
}:
assert jackaudioSupport -> jackaudio != null;
@ -23,9 +24,9 @@ stdenv.mkDerivation rec {
libsamplerate libsndfile speex alsaLib bluez udev
xz json_c
#gtk gconf
libX11 libICE libSM libXtst libXi xextproto
]
++ stdenv.lib.optional jackaudioSupport jackaudio;
++ stdenv.lib.optional jackaudioSupport jackaudio
++ stdenv.lib.optional x11Support xlibs.xlibs;
preConfigure = ''
# Change the `padsp' script so that it contains the full path to