[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
- 16/16: gnu: mtools: Update to 4.0.40., (continued)
- 16/16: gnu: mtools: Update to 4.0.40., guix-commits, 2022/07/28
- 14/16: gnu: ipcalc: Update to 0.51., guix-commits, 2022/07/28
- 09/16: gnu: nnn: Update to 4.6., guix-commits, 2022/07/28
- 06/16: gnu: pamixer: Update to 1.6., guix-commits, 2022/07/28
- 05/16: gnu: paprefs: Update to 1.2., guix-commits, 2022/07/28
- 01/16: gnu: hugin: Update to 2021.0.0., guix-commits, 2022/07/28
- 03/16: gnu: eid-mw: Update to 5.1.6., guix-commits, 2022/07/28
- 08/16: gnu: lldpd: Use G-expressions., guix-commits, 2022/07/28
- 10/16: gnu: libsocketcan: Update to 0.0.12., guix-commits, 2022/07/28
- 07/16: gnu: lldpd: Update to 1.0.14., guix-commits, 2022/07/28
- 02/16: gnu: hugin: Remove input labels.,
guix-commits <=
- 04/16: gnu: eid-mw: Remove input labels., guix-commits, 2022/07/28
- 12/16: gnu: nginx: Update to 1.23.1., guix-commits, 2022/07/28
- 15/16: gnu: net-snmp: Update to 5.9.3., guix-commits, 2022/07/28
- 13/16: gnu: nginx-documentation: Update to 1.23.1-2869-9383e934e546., guix-commits, 2022/07/28