gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf.

* gnu/packages/gtk.scm (gdk-pixbuf+svg) [arguments]: Modify.
[synopsis]: Modify.

Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
Raghav Gururajan 2021-03-11 11:08:24 -05:00
parent 2539bc5cab
commit b1ab7a5a33
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -659,10 +659,9 @@ (define-public gdk-pixbuf+svg
`(("librsvg" ,librsvg)
,@(package-inputs gdk-pixbuf)))
(arguments
'(#:configure-flags '("-Dinstalled-tests=false")
#:tests? #f ; tested by the gdk-pixbuf package already
#:phases
(modify-phases %standard-phases
(substitute-keyword-arguments (package-arguments gdk-pixbuf)
((#:phases phases)
`(modify-phases ,phases
(add-after 'install 'register-svg-loader
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@ -676,9 +675,8 @@ (define-public gdk-pixbuf+svg
(apply invoke
gdk-pixbuf-query-loaders
"--update-cache"
loaders)))))))
(synopsis
"GNOME image loading and manipulation library, with SVG support")))
loaders))))))))
(synopsis "Image loading library, with SVG support")))
(define-public at-spi2-core
(package