gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR.

* gnu/packages/build-tools.scm (gnulib-checkout) [search-path-specification
GNULIB_SRCDIR]: Set separator to #f.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vivien Kraus 2023-02-21 07:49:58 +01:00 committed by Ludovic Courtès
parent 84c9a94b45
commit 3809aa01a1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -997,7 +997,8 @@ (define (find-ucd-files . names)
(native-search-paths
(list (search-path-specification
(variable "GNULIB_SRCDIR")
(files (list "src/gnulib")))))
(files (list "src/gnulib"))
(separator #f))))
(license (list license:lgpl2.0+ license:gpl3+))))
(define-public gnulib