me
/
guix
Archived
1
0
Fork 0

gnu: maim: Remove input labels.

* gnu/packages/xdisorg.scm (maim)[inputs]: Remove labels.
master
Ludovic Courtès 2023-05-04 16:52:37 +02:00
parent a860dcbba9
commit 919ade23d0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 9 additions and 9 deletions

View File

@ -920,15 +920,15 @@ selection's dimensions to stdout.")
(arguments
'(#:tests? #f)) ; no "check" target
(inputs
`(("glm" ,glm)
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("libxcomposite" ,libxcomposite)
("libxfixes" ,libxfixes)
("libxrandr" ,libxrandr)
("mesa" ,mesa)
("slop" ,slop)
("zlib" ,zlib)))
(list glm
libjpeg-turbo
libpng
libxcomposite
libxfixes
libxrandr
mesa
slop
zlib))
(home-page "https://github.com/naelstrof/maim")
(synopsis "Screenshot utility for X Window System")
(description