From e3d715eed9de68ccf88bdfd12e853a740f692a41 Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 12 Jul 2024 13:13:58 +0100 Subject: [PATCH] unpaper: unpin ffmpeg_5 This builds fine with the current FFmpeg for me. --- pkgs/tools/graphics/unpaper/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/graphics/unpaper/default.nix b/pkgs/tools/graphics/unpaper/default.nix index 0b84d61274d9..dc38c55397a2 100644 --- a/pkgs/tools/graphics/unpaper/default.nix +++ b/pkgs/tools/graphics/unpaper/default.nix @@ -12,7 +12,7 @@ # runtime , buildPackages -, ffmpeg_5-headless +, ffmpeg-headless # tests , nixosTests @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { ]; buildInputs = [ - ffmpeg_5-headless + ffmpeg-headless ]; passthru.tests = {