gnu: mousepad: Fix build.
* gnu/packages/xfce.scm (mousepad)[inputs]: Replace gtksourceview with gtksourceview-4.. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									c70f881aac
								
							
						
					
					
						commit
						a2a22a09c4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1338,7 +1338,7 @@ of data to either CD/DVD/BD.")
 | 
				
			||||||
           `(,glib "bin") ; for glib-compile-schemas.
 | 
					           `(,glib "bin") ; for glib-compile-schemas.
 | 
				
			||||||
           pkg-config))
 | 
					           pkg-config))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list gtk+ gtksourceview xfconf))
 | 
					     (list gtk+ gtksourceview-4 xfconf))
 | 
				
			||||||
    (home-page "https://git.xfce.org/apps/mousepad/")
 | 
					    (home-page "https://git.xfce.org/apps/mousepad/")
 | 
				
			||||||
    (synopsis "Simple text editor for Xfce")
 | 
					    (synopsis "Simple text editor for Xfce")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue