1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

git-authenticate: Add missing import.

* build-aux/git-authenticate.scm: Import (guix utils), used by the cache
handling code and inadvertently removed in
041dc3a9c0.
This commit is contained in:
Ludovic Courtès
2020-05-04 11:08:42 +02:00
parent 06735a57a9
commit aea6ab2f4c

View File

@@ -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)