gnu: guile-ssh: Fix cross-compilation.
* gnu/packages/ssh.scm (guile-ssh)[native-inputs]: Add guile.
This commit is contained in:
		
							parent
							
								
									b0966ba20f
								
							
						
					
					
						commit
						ce59688d33
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -295,7 +295,8 @@ Additionally, various channel-specific options can be negotiated.")
 | 
				
			||||||
                     ("libtool" ,libtool)
 | 
					                     ("libtool" ,libtool)
 | 
				
			||||||
                     ("texinfo" ,texinfo)
 | 
					                     ("texinfo" ,texinfo)
 | 
				
			||||||
                     ("pkg-config" ,pkg-config)
 | 
					                     ("pkg-config" ,pkg-config)
 | 
				
			||||||
                     ("which" ,which)))
 | 
					                     ("which" ,which)
 | 
				
			||||||
 | 
					                     ("guile" ,guile-2.2)))
 | 
				
			||||||
    (inputs `(("guile" ,guile-2.2)
 | 
					    (inputs `(("guile" ,guile-2.2)
 | 
				
			||||||
              ("libssh" ,libssh)
 | 
					              ("libssh" ,libssh)
 | 
				
			||||||
              ("libgcrypt" ,libgcrypt)))
 | 
					              ("libgcrypt" ,libgcrypt)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue