guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

45/46: gnu: librsvg-next: Inherit from librsvg.


From: guix-commits
Subject: 45/46: gnu: librsvg-next: Inherit from librsvg.
Date: Thu, 19 Mar 2020 16:46:30 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 25d39a2a2c3bc9b67f948004923bf7fe6ce8336f
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Mar 19 20:55:13 2020 +0200

    gnu: librsvg-next: Inherit from librsvg.
    
    * gnu/packages/gnome.scm (librsvg-next)[inherit]: New field, inherit
    from librsvg.
---
 gnu/packages/gnome.scm | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6415171..c39b446 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]