diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-11 06:57:40 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 10:31:16 -0500 |
commit | 7a0ef7d263f0a00c9b1f5768e941d0d0c8799275 (patch) | |
tree | 06719ca120b0ab6d0bef6c9c8f2ec1c791461a78 /gnu/packages/gtk.scm | |
parent | 96eb3bc68a34c6f30c4d384fdc1cd2da15c13385 (diff) | |
download | guix-7a0ef7d263f0a00c9b1f5768e941d0d0c8799275.tar.gz |
gnu: gdk-pixbuf+svg: Fix typo in comment.
* gnu/packages/gtk.scm (gdk-pixbuf+svg): Fix typo in comment.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 24b8ad1f4e..3ebd87ee2d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -712,7 +712,7 @@ scaled, composited, modified, saved, or rendered.") (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 |