about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-05-04 06:54:57 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-05-04 14:50:07 +0200
commit17807c8b6cb7fd9f50bce98bb4557e202c571325 (patch)
tree3f9ddcd78a9fc5288e7948c94f25636965229630 /pkgs/applications/networking
parent9e5f7ada34f50dfd580525c2bf943b4780f28dc9 (diff)
downloadnixlib-17807c8b6cb7fd9f50bce98bb4557e202c571325.tar
nixlib-17807c8b6cb7fd9f50bce98bb4557e202c571325.tar.gz
nixlib-17807c8b6cb7fd9f50bce98bb4557e202c571325.tar.bz2
nixlib-17807c8b6cb7fd9f50bce98bb4557e202c571325.tar.lz
nixlib-17807c8b6cb7fd9f50bce98bb4557e202c571325.tar.xz
nixlib-17807c8b6cb7fd9f50bce98bb4557e202c571325.tar.zst
nixlib-17807c8b6cb7fd9f50bce98bb4557e202c571325.zip
chromium: Link against pulse instead of dlopen().
This fixes the issue of Chromium not being able to load the pulseaudio
librarp

We could also propagate the build inputs, but it would end up being the
same as just directoly linking against the library.

Thanks to @aristidb for noticing this in #2421:

https://github.com/NixOS/nixpkgs/pull/2421#issuecomment-42113656

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/chromium/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/common.nix b/pkgs/applications/networking/browsers/chromium/common.nix
index 7bed83ac4c6d..dcc2a97547ab 100644
--- a/pkgs/applications/networking/browsers/chromium/common.nix
+++ b/pkgs/applications/networking/browsers/chromium/common.nix
@@ -148,6 +148,7 @@ let
       use_gconf = gnomeSupport;
       use_gio = gnomeSupport;
       use_pulseaudio = pulseSupport;
+      linux_link_pulseaudio = pulseSupport;
       disable_nacl = !enableNaCl;
       use_openssl = useOpenSSL;
       selinux = enableSELinux;