gnu: libressl: Fix cross compiling.
* gnu/packages/tls.scm (libressl)[arguments]: Don't use deprecated %output symbol.
This commit is contained in:
		
							parent
							
								
									cb1d948635
								
							
						
					
					
						commit
						dac4fd03cf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -664,7 +664,7 @@ kilobytes of RAM.")
 | 
				
			||||||
        "ac_cv_func_getentropy=no"
 | 
					        "ac_cv_func_getentropy=no"
 | 
				
			||||||
        ;; FIXME It's using it's own bundled certificate, instead it should
 | 
					        ;; FIXME It's using it's own bundled certificate, instead it should
 | 
				
			||||||
        ;; behave like OpenSSL by using environment variables.
 | 
					        ;; behave like OpenSSL by using environment variables.
 | 
				
			||||||
        (string-append "--with-openssldir=" %output
 | 
					        (string-append "--with-openssldir=" (assoc-ref %outputs "out")
 | 
				
			||||||
                       "/share/libressl-"
 | 
					                       "/share/libressl-"
 | 
				
			||||||
                       ,(package-version this-package))
 | 
					                       ,(package-version this-package))
 | 
				
			||||||
        ;; Provide a TLS-enabled netcat.
 | 
					        ;; Provide a TLS-enabled netcat.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue