fix(build): Depend on GNU Parallel during build
CI builds for `master` track unstable nixpkgs releases, in which parallel is no longer part of the standard build environment. However, this tool is required for executing some of the tests.
This commit is contained in:
		
							parent
							
								
									54db9785d6
								
							
						
					
					
						commit
						a53e75741f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -18,6 +18,7 @@ with pkgs; buildGoPackage rec { | |||
|   src = ./.; | ||||
|   goPackagePath = "github.com/tazjin/kontemplate"; | ||||
|   goDeps = ./deps.nix; | ||||
|   buildInputs = [ parallel ]; | ||||
| 
 | ||||
|   # Enable checks and configure check-phase to include vet: | ||||
|   doCheck = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue