roon-server: add alsa-lib to LD_LIBRARY_PATH

This allows RAATServer to fully identify ALSA devices.
main
Bernardo Meurer 3 years ago
parent 2ad7131b43
commit 79c28d614d
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
  1. 2
      pkgs/servers/roon-server/default.nix

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
makeWrapper "$dotnetDir/$binName" "${binPath}" \
--add-flags "$binDir/$binName.dll" \
--argv0 "$binName" \
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ icu66 openssl ]}" \
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ alsa-lib icu66 ffmpeg openssl ]}" \
--prefix PATH : "$dotnetDir" \
--prefix PATH : "${lib.makeBinPath [ alsa-utils cifs-utils ffmpeg ]}" \
--run "cd $binDir" \

Loading…
Cancel
Save