pulsemixer: fix darwin

This commit is contained in:
Austin Horstman
2024-05-14 20:20:52 -05:00
parent 333d5f9028
commit 0cf7ac70fd
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
postFixup = ''
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; {