guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 15/15: gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR.
Date: Thu, 23 Feb 2023 10:33:54 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3809aa01a1287dbe5be90e7aa4407bf27a6467ed
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Feb 21 07:49:58 2023 +0100

    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>
---
 gnu/packages/build-tools.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 3d03c37a2c..00b8f8caf3 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]