guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gprolog: Use license prefix.


From: guix-commits
Subject: 01/02: gnu: gprolog: Use license prefix.
Date: Fri, 3 Jan 2020 22:44:46 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit e4ed9929532794b5b52c795b7356ff7413829eed
Author: Brett Gilio <address@hidden>
Date:   Fri Jan 3 21:43:34 2020 -0600

    gnu: gprolog: Use license prefix.
    
    * gnu/packages/prolog.scm (gprolog)[license]: Use prefix for list of 
licenses.
---
 gnu/packages/prolog.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/prolog.scm b/gnu/packages/prolog.scm
index 7c34498..3eba35a 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -20,7 +20,7 @@
 
 (define-module (gnu packages prolog)
   #:use-module (guix download)
-  #:use-module (guix licenses)
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix build-system gnu)
   #:use-module (srfi srfi-1))
@@ -61,7 +61,8 @@
 solving over finite domains.  It accepts Prolog+ constraint programs and
 produces a compiled, native binary which can function in a stand-alone
 manner.  It also features an interactive interpreter.")
-    (license (list gpl2+ lgpl3+))
+    (license (list license:gpl2+
+                   license:lgpl3+))
 
     ;; See 'configure' for the list of supported architectures.
     (supported-systems (fold delete



reply via email to

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