treewide: Fix output references to libpulseaudio
This commit is contained in:
parent
fe0f39113e
commit
f883bc03a4
@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
|||||||
++ lib.optional withPulseAudio libpulseaudio;
|
++ lib.optional withPulseAudio libpulseaudio;
|
||||||
|
|
||||||
postPatch = lib.optionalString withPulseAudio ''
|
postPatch = lib.optionalString withPulseAudio ''
|
||||||
sed -i 's,CDLL(",CDLL("${libpulseaudio}/lib/,g' blueman/main/PulseAudioUtils.py
|
sed -i 's,CDLL(",CDLL("${libpulseaudio.out}/lib/,g' blueman/main/PulseAudioUtils.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonPath = with pythonPackages; [ dbus-python pygobject3 ];
|
pythonPath = with pythonPackages; [ dbus-python pygobject3 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user