[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gnu: imv: Remove input labels.
From: |
guix-commits |
Subject: |
11/14: gnu: imv: Remove input labels. |
Date: |
Sat, 18 Dec 2021 11:40:22 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit a63a35daa68a006f57c634b9d9186933ef9404b4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 16:47:47 2021 +0100
gnu: imv: Remove input labels.
* gnu/packages/image-viewers.scm (imv)[native-inputs]:
Remove input labels.
---
gnu/packages/image-viewers.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 3ab059d..4b6206a 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -828,6 +828,11 @@ displayed in a terminal.")
(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 @@ displayed in a terminal.")
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:
- branch master updated (3aef0e7 -> 0943130), guix-commits, 2021/12/18
- 03/14: gnu: pgpdump: Update to 0.34., guix-commits, 2021/12/18
- 06/14: gnu: qd: Omit static library., guix-commits, 2021/12/18
- 07/14: gnu: rofi: Update to 1.7.2., guix-commits, 2021/12/18
- 08/14: gnu: rofi: Remove input labels., guix-commits, 2021/12/18
- 01/14: gnu: microcom: Update to 2019.01.0., guix-commits, 2021/12/18
- 05/14: gnu: qd: Update to 2.3.23., guix-commits, 2021/12/18
- 02/14: gnu: restinio: Update to 0.6.14., guix-commits, 2021/12/18
- 11/14: gnu: imv: Remove input labels.,
guix-commits <=
- 14/14: gnu: qtox: Remove input labels., guix-commits, 2021/12/18
- 04/14: gnu: pgpdump: Remove bogus DESTDIR usage., guix-commits, 2021/12/18
- 12/14: gnu: imv: Remove unused inputs., guix-commits, 2021/12/18
- 10/14: gnu: imv: Update to 4.3.1., guix-commits, 2021/12/18
- 13/14: gnu: qtox: Update to 1.17.4., guix-commits, 2021/12/18
- 09/14: gnu: mtools: Update to 4.0.36., guix-commits, 2021/12/18