From 44daec7fa4ae97a3c4490adf461322ec9f7a780a Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Mon, 2 Nov 2020 10:42:33 +0100 Subject: ci: Convert license to text. This is a follow-up of 7c02eb6c8d7d050ecb8f3082c4a754ad32211403. * gnu/ci.scm (package->alist): Convert license to text. --- gnu/ci.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/ci.scm') diff --git a/gnu/ci.scm b/gnu/ci.scm index adcb04f380..1d16805b4f 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -89,7 +89,7 @@ (define* (package->alist store package system (system . ,(derivation-system drv)) (description . ,(package-synopsis package)) (long-description . ,(package-description package)) - (license . ,(package-license package)) + (license . ,(and=> (package-license package) license-name)) (home-page . ,(package-home-page package)) (maintainers . ("bug-guix@gnu.org")) (max-silent-time . ,(or (assoc-ref (package-properties package) -- cgit v1.2.3