diff options
Diffstat (limited to 'gnu/ci.scm')
-rw-r--r-- | gnu/ci.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index 736a133fc4..96bff64875 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -412,8 +412,7 @@ all its dependencies, and ready to be installed on \"foreign\" distributions.") (define job-name ;; Return the name of a package's job. - (compose string->symbol - (cut package-full-name <> "-"))) + (compose string->symbol package-name)) (define package->job (let ((base-packages |