guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/16: gnu: hugin: Remove input labels.


From: guix-commits
Subject: 02/16: gnu: hugin: Remove input labels.
Date: Thu, 28 Jul 2022 20:46:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 893f58adcaeffb35fa836913a7dfda298c6705cd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200

    gnu: hugin: Remove input labels.
    
    * gnu/packages/photo.scm (hugin)[native-inputs, inputs]:
    Remove input labels.
---
 gnu/packages/photo.scm | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 100bd4c60a..45e951884b 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -701,29 +701,28 @@ off' shooting directly from the controlling computer.")
                 "1ngadsv22ii05kmvpzdivhwlks4pnv9ijz7j9srl8y54gy5flyh4"))))
     (build-system cmake-build-system)
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+     (list gettext-minimal pkg-config))
     (inputs
-     `(("boost" ,boost)
-       ("enblend-enfuse" ,enblend-enfuse)
-       ("exiv2" ,exiv2)
-       ("fftw" ,fftw)
-       ("flann" ,flann)
-       ("freeglut" ,freeglut)
-       ("glew" ,glew)
-       ("lcms" ,lcms)
-       ("libjpeg" ,libjpeg-turbo)
-       ("libpano13" ,libpano13)
-       ("libpng" ,libpng)
-       ("libtiff" ,libtiff)
-       ("libxi" ,libxi)
-       ("libxmu" ,libxmu)
-       ("mesa" ,mesa)
-       ("openexr" ,openexr-2)
-       ("sqlite" ,sqlite)
-       ("vigra" ,vigra)
-       ("wxwidgets" ,wxwidgets)
-       ("zlib" ,zlib)))
+     (list boost
+           enblend-enfuse
+           exiv2
+           fftw
+           flann
+           freeglut
+           glew
+           lcms
+           libjpeg-turbo
+           libpano13
+           libpng
+           libtiff
+           libxi
+           libxmu
+           mesa
+           openexr-2
+           sqlite
+           vigra
+           wxwidgets
+           zlib))
     (arguments
      `(#:tests? #f                      ; no check target
        #:configure-flags



reply via email to

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