unpaper: depend on ffmpeg_5-headless explicitly

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

View file

@ -12,7 +12,7 @@
# runtime # runtime
, buildPackages , buildPackages
, ffmpeg_5 , ffmpeg_5-headless
# tests # tests
, nixosTests , nixosTests
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
ffmpeg_5 ffmpeg_5-headless
]; ];
passthru.tests = { passthru.tests = {

View file

@ -32496,9 +32496,7 @@ with pkgs;
enableX11 = config.unison.enableX11 or true; enableX11 = config.unison.enableX11 or true;
}; };
unpaper = callPackage ../tools/graphics/unpaper { unpaper = callPackage ../tools/graphics/unpaper { };
ffmpeg_5 = ffmpeg_5-headless;
};
unison-ucm = callPackage ../development/compilers/unison { }; unison-ucm = callPackage ../development/compilers/unison { };