Commit e7509ac3 authored by Naxdy's avatar Naxdy Committed by github-actions[bot]
Browse files

neothesia: pin ffmpeg to `ffmpeg_7`

fixes a build issue caused by bumping to ffmpeg 8.0

(cherry picked from commit 24943fa7)
parent cfa939a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];