unpaper: use ffmpeg_5-headless

This commit is contained in:
Zane van Iperen 2022-10-16 20:52:38 +10:00
parent 6145b7c770
commit 501c5af829
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5

View File

@ -32190,7 +32190,9 @@ with pkgs;
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 { };