3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: librsvg-next: Inherit from librsvg.

* gnu/packages/gnome.scm (librsvg-next)[inherit]: New field, inherit
from librsvg.
This commit is contained in:
Efraim Flashner 2020-03-19 20:55:13 +02:00
parent 6956867056
commit 25d39a2a2c
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2187,6 +2187,7 @@ library.")
(define-public librsvg-next
(package
(inherit librsvg)
(name "librsvg")
(version "2.46.4")
(source (origin
@ -2315,27 +2316,6 @@ library.")
;; 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