me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 2 additions and 1 deletions

View File

@ -997,7 +997,8 @@ maintenance-related files, for convenience.")
(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