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>master
parent
64f032d73f
commit
a0e2a3e30c
|
@ -24,7 +24,7 @@
|
|||
#: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 @@
|
|||
"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)))
|
||||
|
|
Reference in New Issue