mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
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:
parent
2539bc5cab
commit
b1ab7a5a33
1 changed files with 5 additions and 7 deletions
|
@ -659,10 +659,9 @@ (define-public gdk-pixbuf+svg
|
||||||
`(("librsvg" ,librsvg)
|
`(("librsvg" ,librsvg)
|
||||||
,@(package-inputs gdk-pixbuf)))
|
,@(package-inputs gdk-pixbuf)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-Dinstalled-tests=false")
|
(substitute-keyword-arguments (package-arguments gdk-pixbuf)
|
||||||
#:tests? #f ; tested by the gdk-pixbuf package already
|
((#:phases phases)
|
||||||
#:phases
|
`(modify-phases ,phases
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'install 'register-svg-loader
|
(add-after 'install 'register-svg-loader
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
@ -676,9 +675,8 @@ (define-public gdk-pixbuf+svg
|
||||||
(apply invoke
|
(apply invoke
|
||||||
gdk-pixbuf-query-loaders
|
gdk-pixbuf-query-loaders
|
||||||
"--update-cache"
|
"--update-cache"
|
||||||
loaders)))))))
|
loaders))))))))
|
||||||
(synopsis
|
(synopsis "Image loading library, with SVG support")))
|
||||||
"GNOME image loading and manipulation library, with SVG support")))
|
|
||||||
|
|
||||||
(define-public at-spi2-core
|
(define-public at-spi2-core
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue