guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Fix Cuirass.


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Fix Cuirass.
Date: Mon, 19 Oct 2020 13:19:10 -0400

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 00b0763  hydra: services: Fix Cuirass.
00b0763 is described below

commit 00b0763269b12a22fc7af3b9187e5279fc022ffb
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Oct 19 19:18:08 2020 +0200

    hydra: services: Fix Cuirass.
    
    This is a follow-up of 074aff7804ed51562f591f3b2fcdb376e5f9c747.
    
    * hydra/modules/sysadmin/services.scm (cuirass-without-fiber-tests): Add 
name.
---
 hydra/modules/sysadmin/services.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 81a76cf..9de56c1 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -18,6 +18,7 @@
 
 (define-module (sysadmin services)
   #:use-module (guix gexp)
+  #:use-module (guix git-download)
   #:use-module (guix modules)
   #:use-module ((guix self) #:select (make-config.scm))
   #:use-module ((guix store) #:select (%store-prefix))
@@ -408,6 +409,7 @@
         (revision "54"))
     (package
       (inherit cuirass)
+      (name "cuirass")
       (version (git-version "0.0.1" revision commit))
       (source
        (origin



reply via email to

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