mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
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:
parent
84c9a94b45
commit
3809aa01a1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue