guix/gnu
Ludovic Courtès fcd75bdbfa
search-paths: Allow specs with #f as their separator.
This adds support for single-entry search paths.
Fixes <http://bugs.gnu.org/25422>.
Reported by Leo Famulari <leo@famulari.name>.

* guix/search-paths.scm (<search-path-specification>)[separator]:
Document as string or #f.
(evaluate-search-paths): Add case for SEPARATOR as #f.
(environment-variable-definition): Handle SEPARATOR being #f.
* guix/build/utils.scm (list->search-path-as-string): Add case for
SEPARATOR as #f.
(search-path-as-string->list): Likewise.
* guix/build/profiles.scm (abstract-profile): Likewise.
* tests/search-paths.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* tests/packages.scm ("--search-paths with single-item search path"):
New test.
* gnu/packages/version-control.scm (git)[native-search-paths](separator):
New field.
2017-01-23 22:23:41 +01:00
..
build file-systems: Refactor file system detection logic. 2017-01-06 15:06:42 +01:00
packages search-paths: Allow specs with #f as their separator. 2017-01-23 22:23:41 +01:00
services services: nginx: Make service extensible. 2017-01-03 14:30:44 +01:00
system system: grub: Load relevant EFI modules on EFI systems. 2017-01-03 18:16:01 +01:00
tests gnu: Add system test for the rpcbind-daemon service. 2016-12-15 19:13:46 +01:00
artwork.scm
local.mk gnu: gcc@5: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros. 2017-01-23 20:39:47 +01:00
packages.scm
services.scm services: Activate system prior to services. 2016-12-11 09:31:34 +01:00
system.scm
tests.scm