Commit feb88d58 authored by Hikiru's avatar Hikiru Committed by github-actions[bot]
Browse files

palettum: fix ffmpeg dependancy

(cherry picked from commit 4cc78919)
parent 6556c595
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  rustPlatform,
  fetchFromGitHub,
  pkg-config,
  ffmpeg,
  ffmpeg_7,
  vulkan-loader,
  versionCheckHook,
  nix-update-script,
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  ];

  buildInputs = [
    ffmpeg
    ffmpeg_7
    vulkan-loader
  ];