guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: packages: code: Add golang module back.


From: guix-commits
Subject: branch master updated: gnu: packages: code: Add golang module back.
Date: Sat, 06 Apr 2024 09:12:28 -0400

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

sharlatan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0b941ea062 gnu: packages: code: Add golang module back.
0b941ea062 is described below

commit 0b941ea0622abe7f9c9f72d9f8a8a5ac845a3920
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Apr 6 14:10:02 2024 +0100

    gnu: packages: code: Add golang module back.
    
    Fix CI as seen in <https://ci.guix.gnu.org/eval/1229755>.
    
    * gnu/packages/code.scm: Add golang module back, required for
    automatic-component-toolkit.
    
    Change-Id: I5e099f769e7edf5735e2119e65fd37619fe4760e
---
 gnu/packages/code.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 24f8931a5d..1f0d72a544 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -61,6 +61,7 @@
   #:use-module (gnu packages emacs)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages gcc)
+  #:use-module (gnu packages golang) ; for automatic-component-toolkit
   #:use-module (gnu packages golang-build)
   #:use-module (gnu packages golang-crypto)
   #:use-module (gnu packages golang-web)



reply via email to

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