unpaper: use ffmpeg_5-headless

This commit is contained in:
Zane van Iperen
2022-10-16 23:35:03 +10:00
parent 6145b7c770
commit 501c5af829
+3 -1
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 { };