mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: grim: Update home page.
* gnu/packages/image.scm (grim)[home-page]: Update. Change-Id: Ifb3a2077098599a6ee39cd3f1f69492910c56fef
This commit is contained in:
parent
f3a9c30d2d
commit
0ac1758c19
1 changed files with 2 additions and 3 deletions
|
@ -2269,15 +2269,14 @@ (define-public grim
|
|||
(base32 "1snp4qlj05d0nx4f0qr8kywv0i1xcw5i278ybng1rand2alhkjz5"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (append (if (%current-target-system)
|
||||
;; for wayland-scanner
|
||||
;; 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://sr.ht/~emersion/grim/")
|
||||
(home-page "https://wayland.emersion.fr/grim/")
|
||||
(synopsis "Create screenshots from a Wayland compositor")
|
||||
(description "grim can create screenshots from a Wayland compositor.")
|
||||
;; MIT license.
|
||||
(license license:expat)))
|
||||
|
||||
(define-public slurp
|
||||
|
|
Loading…
Reference in a new issue