gnu: guile-gnutls: Fix cross-crompilation.
* gnu/packages/tls.scm (guile-gnutls)[source]: Add "gnutls-cross.patch". [native-inputs]: Add 'gnutls'. [inputs]: Add 'guile-3.0'.
This commit is contained in:
		
							parent
							
								
									0289312bc9
								
							
						
					
					
						commit
						d5f07aa832
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -385,7 +385,8 @@ required structures.") | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "00sfpqjmd263ka51fq4xf7nvaaxyfqsr3r8fj94jgx45q6q6n6wq")) |                 "00sfpqjmd263ka51fq4xf7nvaaxyfqsr3r8fj94jgx45q6q6n6wq")) | ||||||
|               (file-name (git-file-name name version)))) |               (file-name (git-file-name name version)) | ||||||
|  |               (patches (search-patches "gnutls-cross.patch")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:configure-flags |      '(#:configure-flags | ||||||
|  | @ -404,9 +405,11 @@ required structures.") | ||||||
|            libtool |            libtool | ||||||
|            pkg-config |            pkg-config | ||||||
|            texinfo |            texinfo | ||||||
|  |            gnutls                 ;XXX: 'guile-snarf' invokes the native 'cpp' | ||||||
|            guile-3.0)) |            guile-3.0)) | ||||||
|     (inputs |     (inputs | ||||||
|      (list gnutls-latest)) |      (list gnutls-latest | ||||||
|  |            guile-3.0)) | ||||||
|     (synopsis "Guile bindings to GnuTLS") |     (synopsis "Guile bindings to GnuTLS") | ||||||
|     (description |     (description | ||||||
|      "This package provides Guile bindings to GnuTLS, a library implementation |      "This package provides Guile bindings to GnuTLS, a library implementation | ||||||
|  |  | ||||||
		Reference in a new issue