gnu: grim: Improve style.

* gnu/packages/image.scm (grim): Reindent.

Change-Id: I18c51dc0ad1ccfddba2895dba6c05827208fe83f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Carlos Durán Domínguez 2026-01-19 01:06:41 +01:00 committed by Andreas Enge
parent 0793da3e05
commit 3624595ddd
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2404,28 +2404,28 @@ identical visual appearance.")
(define-public grim
(package
(name "grim")
(version "1.5.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.freedesktop.org/emersion/grim/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1rabva3x203hbsnmad6zrvlpxadmxw1zmd42i3pjk05pnk73mym0"))))
(build-system meson-build-system)
(native-inputs (append (if (%current-target-system)
;; For wayland-scanner.
(list pkg-config-for-build wayland)
'())
(list pkg-config scdoc)))
(inputs (list pixman libpng libjpeg-turbo wayland wayland-protocols))
(home-page "https://wayland.emersion.fr/grim/")
(synopsis "Create screenshots from a Wayland compositor")
(description "grim can create screenshots from a Wayland compositor.")
(license license:expat)))
(name "grim")
(version "1.5.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.freedesktop.org/emersion/grim/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1rabva3x203hbsnmad6zrvlpxadmxw1zmd42i3pjk05pnk73mym0"))))
(build-system meson-build-system)
(native-inputs (append (if (%current-target-system)
;; For wayland-scanner.
(list pkg-config-for-build wayland)
'())
(list pkg-config scdoc)))
(inputs (list pixman libpng libjpeg-turbo wayland wayland-protocols))
(home-page "https://wayland.emersion.fr/grim/")
(synopsis "Create screenshots from a Wayland compositor")
(description "grim can create screenshots from a Wayland compositor.")
(license license:expat)))
(define-public slurp
(package