PulseAudio: Tell `padsp' the right library path.

svn path=/nixpkgs/trunk/; revision=13909
This commit is contained in:
Ludovic Courtès 2009-01-29 19:27:31 +00:00
parent 91339eaae1
commit 05963ee44b

View file

@ -22,6 +22,11 @@ stdenv.mkDerivation rec {
# on NixOS.
sed -i "src/daemon/default.pa.in" \
-e 's/^\( *load-module \+module-console-kit\)/# \1/g'
# Change the `padsp' script so that it contains the full path to
# `libpulsedsp.so'.
sed -i "src/utils/padsp" \
-e "s|libpulsedsp\.so|$out/lib/libpulsedsp.so|g"
'';
configureFlags = ''