guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/14: gnu: Use qualified license names in chicken.scm instead of select


From: guix-commits
Subject: 05/14: gnu: Use qualified license names in chicken.scm instead of selective import.
Date: Thu, 3 Dec 2020 10:25:21 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a0e2a3e30c65f5eb29923e661b8e5669cc2d0163
Author: raingloom <raingloom@riseup.net>
AuthorDate: Tue Oct 13 09:49:35 2020 +0200

    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>
---
 gnu/packages/chicken.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index ac52d3a..76ba0ab 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]