gnu: clojure-tools: Install tools.
When installing clojure-tools, clojure still had no access to the tools because they were not installed. * gnu/packages/clojure.scm (clojure-tools)[arguments]: Install `tools.edn'. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
		
							parent
							
								
									2b29176f78
								
							
						
					
					
						commit
						25354b5874
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -170,6 +170,7 @@ designs.")
 | 
			
		|||
     `(#:install-plan
 | 
			
		||||
       '(("deps.edn" "lib/clojure/")
 | 
			
		||||
         ("example-deps.edn" "lib/clojure/")
 | 
			
		||||
         ("tools.edn" "lib/clojure/")
 | 
			
		||||
         ("exec.jar" "lib/clojure/libexec/")
 | 
			
		||||
         ("clojure" "bin/")
 | 
			
		||||
         ("clj" "bin/"))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue