gnu: inkscape: Add poppler compatibility patch.
* gnu/packages/inkscape.scm (inkscape)[source]: Add second poppler compatibility patch.
This commit is contained in:
parent
9611080117
commit
bedf0535ff
1 changed files with 9 additions and 1 deletions
|
@ -63,7 +63,15 @@ (define-public inkscape
|
||||||
(file-name "inkscape-poppler-compat.patch")
|
(file-name "inkscape-poppler-compat.patch")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(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)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("aspell" ,aspell)
|
`(("aspell" ,aspell)
|
||||||
|
|
Loading…
Reference in a new issue