guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guix-build-coordinator-agent-only: Fix missi


From: guix-commits
Subject: branch master updated: gnu: guix-build-coordinator-agent-only: Fix missing wrapping.
Date: Wed, 17 May 2023 09:51:36 -0400

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

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0540f4e20d gnu: guix-build-coordinator-agent-only: Fix missing 
wrapping.
0540f4e20d is described below

commit 0540f4e20de3172ea09e27182e98b66b73c92421
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed May 17 14:47:35 2023 +0100

    gnu: guix-build-coordinator-agent-only: Fix missing wrapping.
    
    Remove the arguments so the arguments of the guix-build-coordinator package
    apply.
    
    * gnu/packages/package-management.scm 
(guix-build-coordinator/agent-only)[arguments]: Remove.
---
 gnu/packages/package-management.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 12cdae4bb1..67de4930ff 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1501,13 +1501,6 @@ outputs of those builds.")
   (package
     (inherit guix-build-coordinator)
     (name "guix-build-coordinator-agent-only")
-    (arguments
-     (list
-      #:modules `(((guix build guile-build-system)
-                   #:select (target-guile-effective-version))
-                  ,@%gnu-build-system-modules)
-      #:imported-modules `((guix build guile-build-system)
-                           ,@%gnu-build-system-modules)))
     (native-inputs
      (list pkg-config
            autoconf



reply via email to

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