Merge pull request #145312 from lovesegfault/roon-server-fix-alsa

This commit is contained in:
Bernardo Meurer
2021-11-09 22:47:53 -08:00
committed by GitHub
+1 -2
View File
@@ -34,8 +34,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
propagatedBuildInputs = [ alsa-utils cifs-utils ffmpeg ];
installPhase =
let
# NB: While this might seem like odd behavior, it's what Roon expects. The
@@ -57,6 +55,7 @@ stdenv.mkDerivation rec {
--argv0 "$binName" \
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ icu66 openssl ]}" \
--prefix PATH : "$dotnetDir" \
--prefix PATH : "${lib.makeBinPath [ alsa-utils cifs-utils ffmpeg ]}" \
--run "cd $binDir" \
--set DOTNET_ROOT "$dotnetDir"
)