mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: gdk-pixbuf: Fix indentation.
* gnu/packages/gtk.scm (gdk-pixbuf): Fix indentation.
This commit is contained in:
parent
d2a97aa421
commit
47ee723731
1 changed files with 60 additions and 60 deletions
|
@ -599,7 +599,7 @@ (define-public gdk-pixbuf
|
|||
(invoke "meson" "test" "--timeout-multiplier" "5"))))
|
||||
'()))))
|
||||
(propagated-inputs
|
||||
`(;; Required by gdk-pixbuf-2.0.pc
|
||||
`( ;; Required by gdk-pixbuf-2.0.pc
|
||||
("glib" ,glib)
|
||||
("libpng" ,libpng)
|
||||
;; Used for testing and required at runtime.
|
||||
|
|
Loading…
Reference in a new issue