gnu: json-glib: Add missing 'bash-minimal' input.
* gnu/packages/gnome.scm (json-glib)[inputs]: Add "bash-minimal" when cross-compiling (for wrapper scripts).
This commit is contained in:
		
							parent
							
								
									8bf0c60086
								
							
						
					
					
						commit
						bb4293469b
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -4628,6 +4628,11 @@ configuration storage systems.") | |||
|        ("gtk-doc" ,gtk-doc) | ||||
|        ("pkg-config" ,pkg-config) | ||||
|        ("xsltproc" ,libxslt))) | ||||
|     (inputs | ||||
|      ;; TODO(core-updates): Make this input unconditional. | ||||
|      (if (%current-target-system) | ||||
|          `(("bash-minimal" ,bash-minimal)) | ||||
|          '())) | ||||
|     (propagated-inputs | ||||
|      `(("glib" ,glib)))                 ;according to json-glib-1.0.pc | ||||
|     (home-page "https://wiki.gnome.org/Projects/JsonGlib") | ||||
|  |  | |||
		Reference in a new issue