mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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 @@ (define-public guile-rsvg
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue