gnu: gspell: Build with gobject-introspection.
* gnu/packages/gnome.scm (gspell)[native-inputs]: Add gobject-introspection. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									a7a91c01c9
								
							
						
					
					
						commit
						26ba3f070a
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -44,6 +44,7 @@
 | 
				
			||||||
;;; Copyright © 2019 David Wilson <david@daviwil.com>
 | 
					;;; Copyright © 2019 David Wilson <david@daviwil.com>
 | 
				
			||||||
;;; Copyright © 2019 Raghav Gururajan <raghavgururajan@disroot.org>
 | 
					;;; Copyright © 2019 Raghav Gururajan <raghavgururajan@disroot.org>
 | 
				
			||||||
;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 | 
					;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 | 
				
			||||||
 | 
					;;; Copyright © 2019 Leo Prikler <leo.prikler@student.tugraz.at>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -8199,6 +8200,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
 | 
				
			||||||
       ("iso-codes" ,iso-codes)))
 | 
					       ("iso-codes" ,iso-codes)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("glib" ,glib "bin")
 | 
					     `(("glib" ,glib "bin")
 | 
				
			||||||
 | 
					       ("gobject-introspection" ,gobject-introspection)
 | 
				
			||||||
       ("pkg-config" ,pkg-config)
 | 
					       ("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("xmllint" ,libxml2)
 | 
					       ("xmllint" ,libxml2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue