gnu: java-log4j-core: Remove reference to %outputs.
* gnu/packages/java.scm (java-log4j-core)[arguments]: Remove reference to %outputs by using a gexp.
This commit is contained in:
		
							parent
							
								
									87e7ed77da
								
							
						
					
					
						commit
						ad1dc0cad3
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -7940,8 +7940,7 @@ Java.")
 | 
			
		|||
       #:jar-name "log4j-core.jar"
 | 
			
		||||
       #:jdk ,icedtea-8
 | 
			
		||||
       #:make-flags
 | 
			
		||||
       (list (string-append "-Ddist.dir=" (assoc-ref %outputs "out")
 | 
			
		||||
                            "/share/java"))
 | 
			
		||||
       ,#~(list (string-append "-Ddist.dir=" #$output "/share/java"))
 | 
			
		||||
       #:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (add-after 'unpack 'enter-dir
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue