From be95bcf0887dc7d90177fda20cab56c6e248dcfa Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Thu, 15 Mar 2018 23:25:01 -0500 Subject: git-download: Fix recursive checkouts. * guix/git-download.scm (git-fetch): Fix match on INPUTS, which may contain package outputs. --- guix/git-download.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/git-download.scm') diff --git a/guix/git-download.scm b/guix/git-download.scm index 731e549b38..33f102bc6c 100644 --- a/guix/git-download.scm +++ b/guix/git-download.scm @@ -109,7 +109,7 @@ HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if #f." ;; grep, etc. to be in $PATH. (set-path-environment-variable "PATH" '("bin") (match '#+inputs - (((names dirs) ...) + (((names dirs outputs ...) ...) dirs))) (or (git-fetch (getenv "git url") (getenv "git commit") -- cgit v1.2.3