mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: imv: Remove unused inputs.
They aren't needed and probably never were. * gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove cmocka and git.
This commit is contained in:
parent
a63a35daa6
commit
7986acd993
1 changed files with 0 additions and 2 deletions
|
@ -830,8 +830,6 @@ (define-public imv
|
|||
(string-append bin "/imv-")))))))))
|
||||
(native-inputs
|
||||
(list asciidoc
|
||||
cmocka
|
||||
git-minimal ; why build need it?
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list freeimage
|
||||
|
|
Loading…
Reference in a new issue