guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: sdcc: Expand comment regarding GPUTILS and PIC ports.


From: guix-commits
Subject: 10/12: gnu: sdcc: Expand comment regarding GPUTILS and PIC ports.
Date: Mon, 21 Dec 2020 11:48:35 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c11fedf63c005059eda0d6c4cafee12908fc42e2
Author: Simon South <simon@simonsouth.net>
AuthorDate: Mon Dec 14 13:06:48 2020 -0500

    gnu: sdcc: Expand comment regarding GPUTILS and PIC ports.
    
    * gnu/packages/embedded.scm (sdcc)[arguments]: Expand comment to explain why
    GPUTILS is not yet available and SDCC's PIC ports are disabled.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/embedded.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index da03d18..a7643de 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1492,7 +1492,10 @@ and Zilog Z80 families, plus many of their variants.")
        ("python-2" ,python-2)
        ("texinfo" ,texinfo)))
     (arguments
-     `(;; gputils is required for PIC ports
+     `(;; GPUTILS is required for the PIC ports, but the licensing status of
+       ;; some of the files contained in its distribution is unclear (see
+       ;; https://issues.guix.gnu.org/44557).  For this reason it is not yet
+       ;; available as a package in Guix.
        #:configure-flags
        '("--disable-pic14-port" "--disable-pic16-port" "--disable-ucsim")
        #:phases



reply via email to

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