gnu: librsvg: Incorporate grafted changes.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.21. [replacement]: Remove. (librsvg/fixed): Remove variable.
This commit is contained in:
parent
e6bd8b5e1d
commit
c1cc52a2fe
@ -2057,9 +2057,8 @@ dealing with different structured file formats.")
|
|||||||
|
|
||||||
(define-public librsvg
|
(define-public librsvg
|
||||||
(package
|
(package
|
||||||
(replacement librsvg/fixed)
|
|
||||||
(name "librsvg")
|
(name "librsvg")
|
||||||
(version "2.40.20")
|
(version "2.40.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
@ -2067,7 +2066,7 @@ dealing with different structured file formats.")
|
|||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ay9himvw1l1swcf3h1312d2iqzfl65kpbfgiyfykgvq7cydvx6g"))))
|
"1fljkag2gr7c4k5mn798lgf9903xslz8h51bgvl89nnay42qjqpp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
@ -2124,20 +2123,6 @@ dealing with different structured file formats.")
|
|||||||
library.")
|
library.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
(define librsvg/fixed
|
|
||||||
(package
|
|
||||||
(inherit librsvg)
|
|
||||||
(name "librsvg")
|
|
||||||
(version "2.40.21")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
|
||||||
(version-major+minor version) "/"
|
|
||||||
name "-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1fljkag2gr7c4k5mn798lgf9903xslz8h51bgvl89nnay42qjqpp"))))))
|
|
||||||
|
|
||||||
(define* (computed-origin-method gexp-promise hash-algo hash
|
(define* (computed-origin-method gexp-promise hash-algo hash
|
||||||
#:optional (name "source")
|
#:optional (name "source")
|
||||||
#:key (system (%current-system))
|
#:key (system (%current-system))
|
||||||
|
Loading…
Reference in New Issue
Block a user