gnu: eolie: Add missing inputs.
This fixes errors observed directly at launch of Eolie inside pure environments. (See <https://bugs.gnu.org/47097> for more information.) It is still not possible to launch Eolie inside a container, however. (See also <https://bugs.gnu.org/47106>.) * gnu/packages/gnome.scm (eolie)[inputs]: Add libhandy and gnome-settings-daemon.
This commit is contained in:
		
							parent
							
								
									87547517bc
								
							
						
					
					
						commit
						0dc9ad8981
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -6712,9 +6712,11 @@ almost all of them.")
 | 
				
			||||||
       ("python-pygobject" ,python-pygobject)
 | 
					       ("python-pygobject" ,python-pygobject)
 | 
				
			||||||
       ("python-pycairo" ,python-pycairo)
 | 
					       ("python-pycairo" ,python-pycairo)
 | 
				
			||||||
       ("python-pycrypto" ,python-pycrypto)
 | 
					       ("python-pycrypto" ,python-pycrypto)
 | 
				
			||||||
 | 
					       ("libhandy" ,libhandy)
 | 
				
			||||||
       ("libsecret" ,libsecret)
 | 
					       ("libsecret" ,libsecret)
 | 
				
			||||||
       ("gtkspell3" ,gtkspell3)
 | 
					       ("gtkspell3" ,gtkspell3)
 | 
				
			||||||
       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
 | 
					       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
 | 
				
			||||||
 | 
					       ("gnome-settings-daemon" ,gnome-settings-daemon) ; desktop-schemas are not enough
 | 
				
			||||||
       ("webkitgtk" ,webkitgtk)))
 | 
					       ("webkitgtk" ,webkitgtk)))
 | 
				
			||||||
    (home-page "https://wiki.gnome.org/Apps/Eolie")
 | 
					    (home-page "https://wiki.gnome.org/Apps/Eolie")
 | 
				
			||||||
    (synopsis "Web browser for GNOME")
 | 
					    (synopsis "Web browser for GNOME")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue