about summary refs log tree commit diff
path: root/tools/eaglemode/plugins/avif/default.nix
blob: 07577c685cc7b65f5cae944ea111228e8ac7d0a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ depot, pkgs, ... }:

depot.tools.eaglemode.buildPlugin {
  name = "avif";
  version = "canon";
  src = ./.;
  target = "PlAvif";
  extraBuildInputs = [ pkgs.libavif ];
  extraNativeBuildInputs = [ pkgs.pkg-config ];
}