gnu: totem-pl-parser: Move glib, gmime, and libxml2 to propagated-inputs.
* gnu/packages/gnome.scm (totem-pl-parser)[inputs]: Move glib, gmime, and libxml2 to ... [propagated-inputs]: ... here.
This commit is contained in:
		
							parent
							
								
									94585e881f
								
							
						
					
					
						commit
						22a6ad6a81
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -2402,14 +2402,15 @@ settings, themes, mouse settings, and startup of other daemons.")
 | 
			
		|||
    `(("intltool" ,intltool)
 | 
			
		||||
      ("glib" ,glib "bin")
 | 
			
		||||
      ("pkg-config" ,pkg-config)))
 | 
			
		||||
   (inputs
 | 
			
		||||
   (propagated-inputs
 | 
			
		||||
    `(("glib" ,glib)
 | 
			
		||||
      ("gmime" ,gmime)
 | 
			
		||||
      ("libarchive" ,libarchive)
 | 
			
		||||
      ("libxml2" ,libxml2)))
 | 
			
		||||
   (inputs
 | 
			
		||||
    `(("libarchive" ,libarchive)
 | 
			
		||||
      ("libgcrypt" ,libgcrypt)
 | 
			
		||||
      ("nettle" ,nettle)
 | 
			
		||||
      ("libsoup" ,libsoup)
 | 
			
		||||
      ("libxml2" ,libxml2)))
 | 
			
		||||
      ("libsoup" ,libsoup)))
 | 
			
		||||
   (home-page "https://projects.gnome.org/totem")
 | 
			
		||||
   (synopsis "Library to parse and save media playlists for GNOME")
 | 
			
		||||
   (description "Totem-pl-parser is a GObjects-based library to parse and save
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue