gnu: gdk-pixbuf: Fix indentation.

* gnu/packages/gtk.scm (gdk-pixbuf): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2021-03-11 06:57:04 -05:00
parent d2a97aa421
commit 47ee723731
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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.