Merge pull request #309150 from khaneliman/pulsemixer

pulsemixer: fix darwin libpulseaudio reference

authored by Emily Trau and committed by GitHub e243ea85 3dcacf65

+1 -1
+1 -1
pkgs/tools/audio/pulsemixer/default.nix
··· 22 23 postFixup = '' 24 substituteInPlace "$out/bin/pulsemixer" \ 25 - --replace "libpulse.so.0" "$libpulseaudio/lib/libpulse.so.0" 26 ''; 27 28 meta = with lib; {
··· 22 23 postFixup = '' 24 substituteInPlace "$out/bin/pulsemixer" \ 25 + --replace-fail "libpulse.so.0" "$libpulseaudio/lib/libpulse${stdenv.hostPlatform.extensions.sharedLibrary}" 26 ''; 27 28 meta = with lib; {