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

authored by

Bernardo Meurer and committed by
GitHub
07d3557f 754e2a59

+1 -2
+1 -2
pkgs/servers/roon-server/default.nix
··· 34 35 nativeBuildInputs = [ autoPatchelfHook makeWrapper ]; 36 37 - propagatedBuildInputs = [ alsa-utils cifs-utils ffmpeg ]; 38 - 39 installPhase = 40 let 41 # NB: While this might seem like odd behavior, it's what Roon expects. The ··· 57 --argv0 "$binName" \ 58 --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ icu66 openssl ]}" \ 59 --prefix PATH : "$dotnetDir" \ 60 --run "cd $binDir" \ 61 --set DOTNET_ROOT "$dotnetDir" 62 )
··· 34 35 nativeBuildInputs = [ autoPatchelfHook makeWrapper ]; 36 37 installPhase = 38 let 39 # NB: While this might seem like odd behavior, it's what Roon expects. The ··· 55 --argv0 "$binName" \ 56 --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ icu66 openssl ]}" \ 57 --prefix PATH : "$dotnetDir" \ 58 + --prefix PATH : "${lib.makeBinPath [ alsa-utils cifs-utils ffmpeg ]}" \ 59 --run "cd $binDir" \ 60 --set DOTNET_ROOT "$dotnetDir" 61 )