mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-16 12:20:10 +00:00
dash-mpd-cli: use lib.getBin
This commit is contained in:
@@ -52,8 +52,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
wrapProgram $out/bin/dash-mpd-cli \
|
||||
--prefix PATH : ${
|
||||
lib.makeBinPath [
|
||||
ffmpeg.bin
|
||||
libxslt.bin
|
||||
(lib.getBin ffmpeg)
|
||||
(lib.getBin libxslt)
|
||||
shaka-packager-wrapped
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user