mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
neothesia: pin ffmpeg to ffmpeg_7
fixes a build issue caused by bumping to ffmpeg 8.0
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user