unpaper: unpin ffmpeg_5

This builds fine with the current FFmpeg for me.
This commit is contained in:
Emily 2024-07-12 13:13:58 +01:00
parent 33c52f27d6
commit e3d715eed9

View File

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