guix-commits
[Top][All Lists]
Advanced

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

branch version-1.2.0 updated: ci: Add missing include.


From: guix-commits
Subject: branch version-1.2.0 updated: ci: Add missing include.
Date: Mon, 14 Jun 2021 04:14:23 -0400

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

mothacehe pushed a commit to branch version-1.2.0
in repository guix.

The following commit(s) were added to refs/heads/version-1.2.0 by this push:
     new 8d84a9e  ci: Add missing include.
8d84a9e is described below

commit 8d84a9ee7118d394a7d023155d0f54947a8b780f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Jun 14 10:13:40 2021 +0200

    ci: Add missing include.
    
    * gnu/ci.scm: Add missing include.
---
 gnu/ci.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index f452da9..926e4e5 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -37,7 +37,8 @@
   #:use-module (guix ui)
   #:use-module ((guix licenses)
                 #:select (gpl3+ license? license-name))
-  #:use-module ((guix utils) #:select (%current-system))
+  #:use-module ((guix utils) #:select (%current-system
+                                       location-file))
   #:use-module ((guix scripts system) #:select (read-operating-system))
   #:use-module ((guix scripts pack)
                 #:select (lookup-compressor self-contained-tarball))



reply via email to

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