mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: Use qualified license names in chicken.scm instead of selective import.
* gnu/packages/chicken.scm (chicken)[license]: Use qualified name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
64f032d73f
commit
a0e2a3e30c
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ (define-module (gnu packages chicken)
|
|||
#:use-module (guix download)
|
||||
#:use-module (gnu packages commencement)
|
||||
#:use-module ((guix licenses)
|
||||
#:select (bsd-3)))
|
||||
#:prefix license:))
|
||||
|
||||
(define-public chicken
|
||||
(package
|
||||
|
@ -71,4 +71,4 @@ (define-public chicken
|
|||
"CHICKEN is a compiler for the Scheme programming language. CHICKEN
|
||||
produces portable and efficient C, supports almost all of the R5RS Scheme
|
||||
language standard, and includes many enhancements and extensions.")
|
||||
(license bsd-3)))
|
||||
(license license:bsd-3)))
|
||||
|
|
Loading…
Reference in a new issue