mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
neothesia: pin ffmpeg to ffmpeg_7
fixes a build issue caused by bumping to ffmpeg 8.0
This commit is contained in:
parent
26750d9eff
commit
24943fa78d
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
ffmpeg,
|
||||
ffmpeg_7,
|
||||
pkg-config,
|
||||
alsa-lib,
|
||||
wayland,
|
||||
|
|
@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
|
|||
inherit src version;
|
||||
|
||||
buildInputs = [
|
||||
ffmpeg
|
||||
ffmpeg_7
|
||||
alsa-lib
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue