navidrome: depend on ffmpeg-headless explicitly
This commit is contained in:
parent
822bf096f2
commit
c100d63136
@ -4,7 +4,7 @@
|
||||
, lib
|
||||
, pkg-config
|
||||
, stdenv
|
||||
, ffmpeg
|
||||
, ffmpeg-headless
|
||||
, taglib
|
||||
, zlib
|
||||
, makeWrapper
|
||||
@ -54,7 +54,7 @@ buildGoModule {
|
||||
|
||||
postFixup = lib.optionalString ffmpegSupport ''
|
||||
wrapProgram $out/bin/navidrome \
|
||||
--prefix PATH : ${lib.makeBinPath [ ffmpeg ]}
|
||||
--prefix PATH : ${lib.makeBinPath [ ffmpeg-headless ]}
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
@ -37934,9 +37934,7 @@ with pkgs;
|
||||
|
||||
gpio-utils = callPackage ../os-specific/linux/kernel/gpio-utils.nix { };
|
||||
|
||||
navidrome = callPackage ../servers/misc/navidrome {
|
||||
ffmpeg = ffmpeg-headless;
|
||||
};
|
||||
navidrome = callPackage ../servers/misc/navidrome { };
|
||||
|
||||
zalgo = callPackage ../tools/misc/zalgo { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user