navidrome: depend on ffmpeg-headless explicitly

This commit is contained in:
Zane van Iperen 2022-10-24 19:23:35 +10:00
parent 822bf096f2
commit c100d63136
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5
2 changed files with 3 additions and 5 deletions

View File

@ -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 = {

View File

@ -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 { };