pulsemixer: fix darwin
This commit is contained in:
parent
333d5f9028
commit
0cf7ac70fd
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
substituteInPlace "$out/bin/pulsemixer" \
|
substituteInPlace "$out/bin/pulsemixer" \
|
||||||
--replace "libpulse.so.0" "$libpulseaudio/lib/libpulse.so.0"
|
--replace-fail "libpulse.so.0" "$libpulseaudio/lib/libpulse${stdenv.hostPlatform.extensions.sharedLibrary}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user