From 7798ecb3e61b042e4af3c0501f32d6b8888c1a13 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Thu, 15 Mar 2018 23:25:01 -0500 Subject: [PATCH] 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(-) diff --git a/guix/git-download.scm b/guix/git-download.scm index 731e549b3..33f102bc6 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") -- 2.16.2