From d838e7029854d8517c0c5b631f6042a925c86a81 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 6 May 2015 11:10:24 +0200 Subject: search-paths: Export 'string-tokenize*'. * guix/search-paths.scm (string-tokenize*): Export. * tests/utils.scm ("string-tokenize*"): Adjust accordingly. --- guix/search-paths.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/search-paths.scm') diff --git a/guix/search-paths.scm b/guix/search-paths.scm index ee7e9a131f..7fd15d440c 100644 --- a/guix/search-paths.scm +++ b/guix/search-paths.scm @@ -35,6 +35,7 @@ search-path-specification->sexp sexp->search-path-specification + string-tokenize* evaluate-search-paths environment-variable-definition search-path-definition)) -- cgit v1.2.3