3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

hydra: Switch back to "-" instead of "@" in package job names.

Fixes a regression introduced in ede121de42.
Reported by Mark H Weaver <mhw@netris.org>.

* build-aux/hydra/gnu-system.scm (job-name): Pass "-" as the second
argument to 'package-full-name'.
This commit is contained in:
Ludovic Courtès 2018-05-12 15:57:46 +02:00
parent 78ad8db682
commit d6680dccb0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -264,7 +264,8 @@ all its dependencies, and ready to be installed on non-GuixSD distributions.")
(define job-name
;; Return the name of a package's job.
(compose string->symbol package-full-name))
(compose string->symbol
(cut package-full-name <> "-")))
(define package->job
(let ((base-packages