[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: vtk: Remove input labels.
From: |
guix-commits |
Subject: |
05/07: gnu: vtk: Remove input labels. |
Date: |
Fri, 1 Apr 2022 12:10:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6d54f1987f4d1b41c2791428f73bd49c46d8ebdb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 1 15:26:45 2022 +0200
gnu: vtk: Remove input labels.
* gnu/packages/image-processing.scm (vtk)[inputs]: Remove labels.
---
gnu/packages/image-processing.scm | 50 +++++++++++++++++++--------------------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index 61028be67f..ba6b522f52 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -314,31 +314,31 @@ many popular formats.")
(("fenv.h") "cfenv")))))
#:tests? #f)) ;XXX: test data not included
(inputs
- `(("double-conversion" ,double-conversion)
- ("eigen" ,eigen)
- ("expat" ,expat)
- ("freetype" ,freetype)
- ("gl2ps" ,gl2ps)
- ("glew" ,glew)
- ("glu" ,glu)
- ("hdf5" ,hdf5)
- ("jpeg" ,libjpeg-turbo)
- ("jsoncpp" ,jsoncpp)
- ("libtheora" ,libtheora)
- ("libX11" ,libx11)
- ("libxml2" ,libxml2)
- ("libXt" ,libxt)
- ("lz4" ,lz4)
- ("mesa" ,mesa)
- ("netcdf" ,netcdf)
- ("png" ,libpng)
- ("proj" ,proj)
- ("python", python)
- ;("pugixml" ,pugixml)
- ("sqlite" ,sqlite)
- ("tiff" ,libtiff)
- ("xorgproto" ,xorgproto)
- ("zlib" ,zlib)))
+ (list double-conversion
+ eigen
+ expat
+ freetype
+ gl2ps
+ glew
+ glu
+ hdf5
+ libjpeg-turbo
+ jsoncpp
+ libtheora
+ libx11
+ libxml2
+ libxt
+ lz4
+ mesa
+ netcdf
+ libpng
+ proj
+ python
+ ;("pugixml" ,pugixml)
+ sqlite
+ libtiff
+ xorgproto
+ zlib))
(propagated-inputs
;; VTK's 'VTK-vtk-module-find-packages.cmake' calls
;; 'find_package(THEORA)', which in turns looks for libogg.
- branch master updated (b724c847a2 -> a27cef76c2), guix-commits, 2022/04/01
- 01/07: gnu: libressl: Add 'release-monitoring-url' property., guix-commits, 2022/04/01
- 03/07: weather: Colorize the output., guix-commits, 2022/04/01
- 05/07: gnu: vtk: Remove input labels.,
guix-commits <=
- 02/07: gnu: libtool: Add 2.4.7., guix-commits, 2022/04/01
- 04/07: gnu: vtk@6: Depend on Python 2.x, not 3.x., guix-commits, 2022/04/01
- 06/07: gnu: gnunet: Update to 0.16.3., guix-commits, 2022/04/01
- 07/07: gnu: python-pycountry: Update to 22.3.5., guix-commits, 2022/04/01