guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: git-authenticate: Add missing import.


From: guix-commits
Subject: branch master updated: git-authenticate: Add missing import.
Date: Mon, 04 May 2020 05:13:06 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aea6ab2  git-authenticate: Add missing import.
aea6ab2 is described below

commit aea6ab2f4ca060e68f8539cd612b0ce088627557
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon May 4 11:08:42 2020 +0200

    git-authenticate: Add missing import.
    
    * build-aux/git-authenticate.scm: Import (guix utils), used by the cache
    handling code and inadvertently removed in
    041dc3a9c0694ada41b86115b9774a23c9d50f73.
---
 build-aux/git-authenticate.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build-aux/git-authenticate.scm b/build-aux/git-authenticate.scm
index 632471a..7bb3af6 100644
--- a/build-aux/git-authenticate.scm
+++ b/build-aux/git-authenticate.scm
@@ -25,6 +25,8 @@
              (guix git)
              (guix openpgp)
              (guix base16)
+             ((guix utils)
+              #:select (cache-directory with-atomic-file-output))
              ((guix build utils) #:select (mkdir-p))
              (guix i18n)
              (guix progress)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]