unpaper: unpin ffmpeg_5
This builds fine with the current FFmpeg for me.
This commit is contained in:
parent
33c52f27d6
commit
e3d715eed9
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user