This somewhat condenses the derivation, which is always nice. Change-Id: I4e2dd81620b54ab000898337007ffcea509a054b Reviewed-on: https://cl.tvl.fyi/c/depot/+/12468 Reviewed-by: emery <emery@dmz.rs> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { depot, pkgs, ... }:
 | |
| 
 | |
| depot.tools.eaglemode.buildPlugin {
 | |
|   name = "avif";
 | |
|   version = "canon";
 | |
|   src = ./.;
 | |
|   target = "PlAvif";
 | |
|   extraBuildInputs = [ pkgs.libavif ];
 | |
|   extraNativeBuildInputs = [ pkgs.pkg-config ];
 | |
| }
 |