fix(tazjin/emacs): add dwebp to Emacs' $PATH
Change-Id: I20723b7d98a24e3f06810f0a0ede8a05c80156a8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4405 Reviewed-by: tazjin <mail@tazj.in> Autosubmit: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									54140b34c5
								
							
						
					
					
						commit
						1205b42ee0
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -18,7 +18,10 @@ let
 | 
				
			||||||
  currentTelega = epkgs: epkgs.melpaPackages.telega;
 | 
					  currentTelega = epkgs: epkgs.melpaPackages.telega;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # $PATH for binaries that need to be available to Emacs
 | 
					  # $PATH for binaries that need to be available to Emacs
 | 
				
			||||||
  emacsBinPath = lib.makeBinPath [ (currentTelega pkgs.emacsPackages) ];
 | 
					  emacsBinPath = lib.makeBinPath [
 | 
				
			||||||
 | 
					    (currentTelega pkgs.emacsPackages)
 | 
				
			||||||
 | 
					    pkgs.libwebp # for dwebp, required by telega
 | 
				
			||||||
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  identity = x: x;
 | 
					  identity = x: x;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue