mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
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
|
||||
, buildPackages
|
||||
, ffmpeg_5-headless
|
||||
, ffmpeg-headless
|
||||
|
||||
# tests
|
||||
, nixosTests
|
||||
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
ffmpeg_5-headless
|
||||
ffmpeg-headless
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
|
Loading…
Reference in New Issue
Block a user