civodul pushed a commit to branch master
in repository maintenance.
commit ff4f32ae2e52406d7fec927f019d43c0aa92cac8
Author: Ludovic Courtès <[email protected]>
Date: Fri Jul 20 18:41:33 2018 +0200
hydra: services: Another typo.
* hydra/modules/sysadmin/services.scm (guix-input): #:optional, not #:key.
---
hydra/modules/sysadmin/services.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/modules/sysadmin/services.scm
b/hydra/modules/sysadmin/services.scm
index 85640cb..168c599 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -61,7 +61,7 @@
;;; Cuirass.
;;;
-(define* (guix-input #:key (branch "master"))
+(define* (guix-input #:optional (branch "master"))
`((#:name . "guix")
(#:url . "https://git.savannah.gnu.org/git/guix.git")
(#:load-path . ".")