Commit 4cc78919 authored by Hikiru's avatar Hikiru
Browse files

palettum: fix ffmpeg dependancy

parent d9b802c7
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
  ];