bug#25508: Git hook shebangs should not be rewritten

2017-01-22 Thread Leo Famulari
- Forwarded message from John Darrington - Date: Sun, 22 Jan 2017 14:01:24 +0100 From: John Darrington To: guix-de...@gnu.org Subject: Not patching shebang in git hook samples ? User-Agent: Mutt/1.5.23 (2014-03-12) The git package ships with a number of sample hook files. These are sh

bug#25425: cannot express search path

2017-01-22 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hello! > > Ricardo Wurmus skribis: > >> Ludovic Courtès writes: >> >>> I think this should work: >>> >>>(search-path-specification >>> (variable "LUA_PATH") >>> (separator ";") >>> (files '("share/lua/5.3")) >>> (file-patter

bug#25425: cannot express search path

2017-01-22 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> I think this should work: >> >>(search-path-specification >> (variable "LUA_PATH") >> (separator ";") >> (files '("share/lua/5.3")) >> (file-pattern "\\.lua$") >> (file-type 'regul

bug#25422: [PATCH 2/2] search-paths: Allow specs with #f as their separator.

2017-01-22 Thread Ludovic Courtès
This adds support for single-entry search paths. Fixes . Reported by Leo Famulari . * guix/search-paths.scm ()[separator]: Document as string or #f. * guix/search-paths.scm (evaluate-search-paths): Add case for SEPARATOR as #f. (environment-variable-definition): Handle S

bug#25422: [PATCH 1/2] guix package: Honor the order of profiles when -p appears multiple times.

2017-01-22 Thread Ludovic Courtès
* guix/scripts/package.scm (process-query): Reverse the order of PROFILES. * tests/guix-package-net.sh: Test it with '--search-paths'. --- guix/scripts/package.scm | 4 ++-- tests/guix-package-net.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guix/scripts/package.scm

bug#25422: [PATCH 0/2] Support single-entry search paths

2017-01-22 Thread Ludovic Courtès
Hi! These patches for ‘core-updates’ add support for “single-entry” search paths like ‘GIT_SSL_CAINFO’. This is achieved by setting ‘separator’ to #f in the search path spec. Feedback welcome! Ludo’. Ludovic Courtès (2): guix package: Honor the order of profiles when -p appears multiple

bug#25467: Fixed

2017-01-22 Thread Ricardo Wurmus
Fixed as of 79f3e82bd. -- Ricardo