gnu: imv: Remove input labels.
* gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove input labels.
This commit is contained in:
parent
c1f364a2d2
commit
a63a35daa6
@ -828,6 +828,11 @@ displayed in a terminal.")
|
|||||||
(substitute* (string-append bin "/imv")
|
(substitute* (string-append bin "/imv")
|
||||||
(("imv-")
|
(("imv-")
|
||||||
(string-append bin "/imv-")))))))))
|
(string-append bin "/imv-")))))))))
|
||||||
|
(native-inputs
|
||||||
|
(list asciidoc
|
||||||
|
cmocka
|
||||||
|
git-minimal ; why build need it?
|
||||||
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list freeimage
|
(list freeimage
|
||||||
glu
|
glu
|
||||||
@ -840,12 +845,6 @@ displayed in a terminal.")
|
|||||||
libxkbcommon
|
libxkbcommon
|
||||||
pango
|
pango
|
||||||
wayland))
|
wayland))
|
||||||
(native-inputs
|
|
||||||
`(("asciidoc" ,asciidoc)
|
|
||||||
("cmocka" ,cmocka)
|
|
||||||
;; why build need it?
|
|
||||||
("git" ,git-minimal)
|
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(synopsis "Image viewer for tiling window managers")
|
(synopsis "Image viewer for tiling window managers")
|
||||||
(description "@code{imv} is a command line image viewer intended for use
|
(description "@code{imv} is a command line image viewer intended for use
|
||||||
with tiling window managers. Features include:
|
with tiling window managers. Features include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user