guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: inkscape: Add poppler compatibility patch.


From: Ricardo Wurmus
Subject: 02/02: gnu: inkscape: Add poppler compatibility patch.
Date: Fri, 10 Aug 2018 03:15:06 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit bedf0535ff97f7875c5006ed8af1bbd01897c377
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Aug 10 08:44:20 2018 +0200

    gnu: inkscape: Add poppler compatibility patch.
    
    * gnu/packages/inkscape.scm (inkscape)[source]: Add second poppler
    compatibility patch.
---
 gnu/packages/inkscape.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 8471cf2..1673cc6 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -63,7 +63,15 @@
                        (file-name "inkscape-poppler-compat.patch")
                        (sha256
                         (base32
-                         
"19dam5vsy571xszgjddl5g0958dmcsv0wvgxidp4bhj2lban222i")))))))
+                         
"19dam5vsy571xszgjddl5g0958dmcsv0wvgxidp4bhj2lban222i")))
+                     (origin
+                       (method url-fetch)
+                       (uri (string-append 
"https://gitlab.com/inkscape/inkscape/commit/";
+                                           
"fa1c469aa8c005e07bb8676d72af9f7c16fae3e0.diff"))
+                       (file-name "inkscape-poppler-compat2.patch")
+                       (sha256
+                        (base32
+                         
"14k9yrfjz4nx3bz9dk91q74mc0i7rvl2qzkwhcy1br71yqjvngn5")))))))
     (build-system cmake-build-system)
     (inputs
      `(("aspell" ,aspell)



reply via email to

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