Archived
1
0
Fork 0

gnu: recutils: Remove some input labels.

* gnu/packages/databases.scm (recutils)[inputs]:
Remove input labels.
[arguments]: Adjust accordingly.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-08 02:00:01 +02:00
parent 5fdc955615
commit b4c9a3d23b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1568,22 +1568,23 @@ organized in a hash table or B+ tree.")
(base32 (base32
"03kf91f20brn2ffljfjzirxh5xj99m1mvvspcx2lph9000mmj0b3")))) "03kf91f20brn2ffljfjzirxh5xj99m1mvvspcx2lph9000mmj0b3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
(arguments '(#:configure-flags (list #:configure-flags
(list "--disable-static" '(list "--disable-static"
(string-append "--with-bash-headers=" (string-append "--with-bash-headers="
(assoc-ref %build-inputs "bash:include") (search-input-directory %build-inputs
"/include/bash")))) "include/bash")))))
(native-inputs
(native-inputs `(("bc" ,bc) ;; XXX Without labels, the default 'configure phase picks the wrong "bash".
`(("bc" ,bc)
("bash:include" ,bash "include") ("bash:include" ,bash "include")
("check" ,check-0.14) ("check" ,check-0.14)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs
;; TODO: Add more optional inputs. ;; TODO: Add more optional inputs.
(inputs `(("curl" ,curl) (list curl
("libgcrypt" ,libgcrypt) libgcrypt
("libuuid" ,util-linux "lib"))) `(,util-linux "lib")))
(synopsis "Manipulate plain text files as databases") (synopsis "Manipulate plain text files as databases")
(description (description
"GNU Recutils is a set of tools and libraries for creating and "GNU Recutils is a set of tools and libraries for creating and