mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
1 changed files with 5 additions and 6 deletions
|
@ -828,6 +828,11 @@ (define-public imv
|
|||
(substitute* (string-append bin "/imv")
|
||||
(("imv-")
|
||||
(string-append bin "/imv-")))))))))
|
||||
(native-inputs
|
||||
(list asciidoc
|
||||
cmocka
|
||||
git-minimal ; why build need it?
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list freeimage
|
||||
glu
|
||||
|
@ -840,12 +845,6 @@ (define-public imv
|
|||
libxkbcommon
|
||||
pango
|
||||
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")
|
||||
(description "@code{imv} is a command line image viewer intended for use
|
||||
with tiling window managers. Features include:
|
||||
|
|
Loading…
Reference in a new issue