fix(3p/lisp/babel): add missing dep on trivial-features
Change-Id: I0b95f3d6cade04de3f322a3eb209ff21eb9a98c2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3352 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
		
							parent
							
								
									42652ac6eb
								
							
						
					
					
						commit
						28ecbc415e
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								third_party/lisp/babel.nix
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								third_party/lisp/babel.nix
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -7,7 +7,10 @@ let src = builtins.fetchGit {
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
in depot.nix.buildLisp.library {
 | 
					in depot.nix.buildLisp.library {
 | 
				
			||||||
  name = "babel";
 | 
					  name = "babel";
 | 
				
			||||||
  deps = [ depot.third_party.lisp.alexandria ];
 | 
					  deps = [
 | 
				
			||||||
 | 
					    depot.third_party.lisp.alexandria
 | 
				
			||||||
 | 
					    depot.third_party.lisp.trivial-features
 | 
				
			||||||
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  srcs = map (f: src + ("/src/" + f)) [
 | 
					  srcs = map (f: src + ("/src/" + f)) [
 | 
				
			||||||
    "packages.lisp"
 | 
					    "packages.lisp"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue