gnu: gdk-pixbuf+svg: Fix typo in comment.

* gnu/packages/gtk.scm (gdk-pixbuf+svg): Fix typo in comment.
This commit is contained in:
Maxim Cournoyer 2021-03-11 06:57:40 -05:00
parent 96eb3bc68a
commit 7a0ef7d263
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -712,7 +712,7 @@ (define-public gdk-pixbuf
(license license:lgpl2.1+)))
;; To build gdk-pixbuf with SVG support, we need librsvg, and librsvg depends
;; on gdk-pixbuf, so this new varibale. Also, librsvg adds 90MiB to the
;; on gdk-pixbuf, so this new variable. Also, librsvg adds 90MiB to the
;; closure size.
(define-public gdk-pixbuf+svg
(package/inherit gdk-pixbuf