gnu: guile-rsvg: Add "guile3.0-rsvg" variant.
* gnu/packages/gtk.scm (guile3.0-rsvg): New variable.
This commit is contained in:
		
							parent
							
								
									e4dbe0cd2e
								
							
						
					
					
						commit
						46378df050
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		|  | @ -924,6 +924,17 @@ images onto Cairo surfaces.") | |||
|       (home-page "http://wingolog.org/projects/guile-rsvg/") | ||||
|       (license license:lgpl2.1+)))) | ||||
| 
 | ||||
| (define-public guile3.0-rsvg | ||||
|   (package | ||||
|     (inherit guile-rsvg) | ||||
|     (name "guile3.0-rsvg") | ||||
|     (inputs | ||||
|      `(("guile" ,guile-3.0) | ||||
|        ("guile-lib" ,guile3.0-lib) | ||||
|        ,@(fold alist-delete (package-inputs guile-rsvg) | ||||
|                '("guile" "guile-lib")))) | ||||
|     (propagated-inputs `(("guile-cairo" ,guile3.0-cairo))))) | ||||
| 
 | ||||
| (define-public guile-present | ||||
|   (package | ||||
|     (name "guile-present") | ||||
|  |  | |||
		Reference in a new issue