gnu: guile-bash: Add dependency on the "full" Bash.
Fixes a regression introduced in
704243e0c6.
* gnu/packages/guile.scm (guile-bash)[native-inputs]: Add BASH.
			
			
This commit is contained in:
		
							parent
							
								
									47ce813f7d
								
							
						
					
					
						commit
						b7158b767b
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -1698,7 +1698,11 @@ dictionary and suggesting spelling corrections.")
 | 
				
			||||||
                       ("automake" ,automake)
 | 
					                       ("automake" ,automake)
 | 
				
			||||||
                       ("libtool" ,libtool)
 | 
					                       ("libtool" ,libtool)
 | 
				
			||||||
                       ;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
 | 
					                       ;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
 | 
				
			||||||
                       ("gettext" ,gettext-minimal)))
 | 
					                       ("gettext" ,gettext-minimal)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                       ;; Bash with loadable module support, for the test
 | 
				
			||||||
 | 
					                       ;; suite.
 | 
				
			||||||
 | 
					                       ("bash-full" ,bash)))
 | 
				
			||||||
      (inputs `(("guile" ,guile-2.0)
 | 
					      (inputs `(("guile" ,guile-2.0)
 | 
				
			||||||
                ("bash:include" ,bash "include")))
 | 
					                ("bash:include" ,bash "include")))
 | 
				
			||||||
      (synopsis "Extend Bash using Guile")
 | 
					      (synopsis "Extend Bash using Guile")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue