guix-commits
[Top][All Lists]
Advanced

[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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]