mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 01:07:42 +00:00
roon-server: use makeBinPath instead of propagatedBuildInputs
This commit is contained in:
parent
99ee3ee290
commit
bb7c17f1e1
@ -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"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user