mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: librsvg-next: Inherit from librsvg.
* gnu/packages/gnome.scm (librsvg-next)[inherit]: New field, inherit from librsvg.
This commit is contained in:
parent
6956867056
commit
25d39a2a2c
1 changed files with 1 additions and 21 deletions
|
@ -2187,6 +2187,7 @@ (define librsvg/fixed
|
|||
|
||||
(define-public librsvg-next
|
||||
(package
|
||||
(inherit librsvg)
|
||||
(name "librsvg")
|
||||
(version "2.46.4")
|
||||
(source (origin
|
||||
|
@ -2315,27 +2316,6 @@ (define-public librsvg-next
|
|||
;; This test fails on aarch64:
|
||||
"bugs/777834-empty-text-children.svg")))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)
|
||||
("glib" ,glib "bin") ; glib-mkenums, etc.
|
||||
("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
|
||||
(inputs
|
||||
`(("pango" ,pango)
|
||||
("libcroco" ,libcroco)
|
||||
("bzip2" ,bzip2)
|
||||
("libgsf" ,libgsf)
|
||||
("libxml2" ,libxml2)))
|
||||
(propagated-inputs
|
||||
;; librsvg-2.0.pc refers to all of that.
|
||||
`(("cairo" ,cairo)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("glib" ,glib)))
|
||||
(home-page "https://wiki.gnome.org/LibRsvg")
|
||||
(synopsis "Render SVG files using Cairo")
|
||||
(description
|
||||
"Librsvg is a C library to render SVG files using the Cairo 2D graphics
|
||||
library.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public libidl
|
||||
|
|
Loading…
Reference in a new issue