guix-commits
[Top][All Lists]
Advanced

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

02/79: gnu: apache-arrow: Drop package labels.


From: guix-commits
Subject: 02/79: gnu: apache-arrow: Drop package labels.
Date: Tue, 9 May 2023 09:26:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7a4456b047827ddc02be8da721bd0de0b565927e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 13:20:29 2023 +0200

    gnu: apache-arrow: Drop package labels.
    
    * gnu/packages/databases.scm (apache-arrow)[inputs]: Drop labels.
---
 gnu/packages/databases.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index d5ae19ed95..3e0204c5f4 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4364,20 +4364,20 @@ the SQL language using a syntax that reflects the 
resulting query.")
                ;;"-DBENCHMARK_ENABLE_TESTING=OFF"
                "-DARROW_BUILD_STATIC=OFF")))
     (inputs
-     `(("boost" ,boost)
-       ("brotli" ,brotli)
-       ("bzip2" ,bzip2)
-       ("double-conversion" ,double-conversion)
-       ("gflags" ,gflags)
-       ("glog" ,glog)
-       ("grpc" ,grpc)
-       ("protobuf" ,protobuf)
-       ("python-3" ,python)
-       ("python-numpy" ,python-numpy)
-       ("rapidjson" ,rapidjson)
-       ("re2" ,re2)
-       ("snappy" ,snappy)
-       ("xsimd" ,xsimd)))
+     (list boost
+           brotli
+           bzip2
+           double-conversion
+           gflags
+           glog
+           grpc
+           protobuf
+           python
+           python-numpy
+           rapidjson
+           re2
+           snappy
+           xsimd))
     ;; These are all listed under Requires.private in arrow.pc
     (propagated-inputs
      (list `(,apache-thrift "lib") lz4 utf8proc zlib



reply via email to

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