gnu: gtk+: Add more inputs.
* gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Add libxcursor. [inputs]: Add rest, json-glib and colord.
This commit is contained in:
		
							parent
							
								
									80c7dd1a4e
								
							
						
					
					
						commit
						a572dca848
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -531,6 +531,7 @@ application suites.")
 | 
			
		|||
      ("atk" ,atk)
 | 
			
		||||
      ("gdk-pixbuf" ,gdk-pixbuf)
 | 
			
		||||
      ("libepoxy" ,libepoxy)
 | 
			
		||||
      ("libxcursor" ,libxcursor)
 | 
			
		||||
      ("libxi" ,libxi)
 | 
			
		||||
      ("libxinerama" ,libxinerama)
 | 
			
		||||
      ("libxdamage" ,libxdamage)
 | 
			
		||||
| 
						 | 
				
			
			@ -538,7 +539,10 @@ application suites.")
 | 
			
		|||
   (inputs
 | 
			
		||||
    `(("librsvg" ,librsvg)                        ;for gtk-encode-symbolic-svg
 | 
			
		||||
      ("libxml2" ,libxml2)
 | 
			
		||||
      ("cups" ,cups)))                            ;for printing support
 | 
			
		||||
      ("colord" ,colord)
 | 
			
		||||
      ("cups" ,cups)                            ;for printing support
 | 
			
		||||
      ("rest" ,rest)
 | 
			
		||||
      ("json-glib" ,json-glib)))
 | 
			
		||||
   (native-inputs
 | 
			
		||||
    `(("perl" ,perl)
 | 
			
		||||
      ("glib" ,glib "bin")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue