gnu: nautilus: Don't propagate gtk+.
* gnu/packages/gnome.scm (nautilus): Move gtk+ from propagated-inputs to inputs.
This commit is contained in:
		
							parent
							
								
									204d34ff96
								
							
						
					
					
						commit
						ce6027bf43
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -4650,13 +4650,17 @@ as SASL, TLS and VeNCrypt.  Additionally it supports encoding extensions.")
 | 
				
			||||||
       ("gobject-introspection" ,gobject-introspection)
 | 
					       ("gobject-introspection" ,gobject-introspection)
 | 
				
			||||||
       ("intltool" ,intltool)
 | 
					       ("intltool" ,intltool)
 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (propagated-inputs
 | 
					 | 
				
			||||||
     `(("gtk+" ,gtk+))) ; required by libnautilus-extension.pc
 | 
					 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     ;; TODO: add gvfs support.
 | 
					     ;; TODO: add gvfs support.
 | 
				
			||||||
     `(("dconf" ,dconf)
 | 
					     `(("dconf" ,dconf)
 | 
				
			||||||
       ("exempi" ,exempi)
 | 
					       ("exempi" ,exempi)
 | 
				
			||||||
       ("gnome-desktop" ,gnome-desktop)
 | 
					       ("gnome-desktop" ,gnome-desktop)
 | 
				
			||||||
 | 
					       ;; XXX: gtk+ is required by libnautilus-extension.pc
 | 
				
			||||||
 | 
					       ;;
 | 
				
			||||||
 | 
					       ;; Don't propagate it to reduces "profile pollution" of the 'gnome' meta
 | 
				
			||||||
 | 
					       ;; package.  See:
 | 
				
			||||||
 | 
					       ;; <http://lists.gnu.org/archive/html/guix-devel/2016-03/msg00283.html>.
 | 
				
			||||||
 | 
					       ("gtk+" ,gtk+)
 | 
				
			||||||
       ("libexif" ,libexif)
 | 
					       ("libexif" ,libexif)
 | 
				
			||||||
       ("libxml2" ,libxml2)))
 | 
					       ("libxml2" ,libxml2)))
 | 
				
			||||||
    (synopsis "File manager for GNOME")
 | 
					    (synopsis "File manager for GNOME")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue