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>
parent
84c9a94b45
commit
3809aa01a1
|
@ -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
|
||||
|
|
Reference in New Issue