gnu: sent: Remove input labels.
* gnu/packages/suckless.scm (sent)[inputs]: Remove labels.master
parent
aa2fd99fb1
commit
0f517f16bb
|
@ -538,10 +538,7 @@ point surf to another URI by setting its XProperties.")
|
||||||
(string-append "LIBS="
|
(string-append "LIBS="
|
||||||
(pkg-config "--libs") " -lm")))))
|
(pkg-config "--libs") " -lm")))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs `(("farbfeld" ,farbfeld) ("libpng" ,libpng)
|
(inputs (list farbfeld libpng libx11 libxft fontconfig))
|
||||||
("libx11" ,libx11)
|
|
||||||
("libxft" ,libxft)
|
|
||||||
("fontconfig" ,fontconfig)))
|
|
||||||
(synopsis "Plain-text presentation tool")
|
(synopsis "Plain-text presentation tool")
|
||||||
(description
|
(description
|
||||||
"Sent uses plain-text files and PNG images to create slideshow
|
"Sent uses plain-text files and PNG images to create slideshow
|
||||||
|
|
Reference in New Issue