about summary refs log tree commit diff
path: root/pkgs/servers/pulseaudio
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-05-29 20:50:40 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-05-29 20:50:40 -0700
commitda4177c36ebe975f482bee9b4c4f3d2a7a81e045 (patch)
tree3e6c01876822d890db9a3066d95fc04e2661dbaf /pkgs/servers/pulseaudio
parent2154348ba0285b243a143114d87751ef744cfdc2 (diff)
downloadnixlib-da4177c36ebe975f482bee9b4c4f3d2a7a81e045.tar
nixlib-da4177c36ebe975f482bee9b4c4f3d2a7a81e045.tar.gz
nixlib-da4177c36ebe975f482bee9b4c4f3d2a7a81e045.tar.bz2
nixlib-da4177c36ebe975f482bee9b4c4f3d2a7a81e045.tar.lz
nixlib-da4177c36ebe975f482bee9b4c4f3d2a7a81e045.tar.xz
nixlib-da4177c36ebe975f482bee9b4c4f3d2a7a81e045.tar.zst
nixlib-da4177c36ebe975f482bee9b4c4f3d2a7a81e045.zip
libpulse: Use glib
Diffstat (limited to 'pkgs/servers/pulseaudio')
-rw-r--r--pkgs/servers/pulseaudio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/pulseaudio/default.nix b/pkgs/servers/pulseaudio/default.nix
index 784b5a2ce94f..3930c45a0976 100644
--- a/pkgs/servers/pulseaudio/default.nix
+++ b/pkgs/servers/pulseaudio/default.nix
@@ -30,7 +30,7 @@ let
   optCoreaudio = if libOnly then null else shouldUsePkg coreaudio;
   optAlsaLib = if libOnly then null else shouldUsePkg alsaLib;
   optEsound = if libOnly then null else shouldUsePkg esound;
-  optGlib = if libOnly then null else shouldUsePkg glib;
+  optGlib = shouldUsePkg glib;
   optGtk3 = if libOnly || !hasXlibs then null else shouldUsePkg gtk3;
   optGconf = if libOnly then null else shouldUsePkg gconf;
   optAvahi = if libOnly then null else shouldUsePkg avahi;