mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: gdk-pixbuf+svg: Update package definition.
* gnu/packages/gtk.scm (gdk-pixbuf+svg): Update package definition. [arguments]: Modify. [synopsis]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
f753edcebb
commit
3bc4759f81
1 changed files with 5 additions and 7 deletions
|
@ -610,10 +610,9 @@ scaled, composited, modified, saved, or rendered.")
|
|||
`(("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"))
|
||||
|
@ -627,9 +626,8 @@ scaled, composited, modified, saved, or rendered.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue