GNU bug report logs - #32146
[PATCH] gnu: rapidjson: Remove non-free code.

Previous Next

Package: guix-patches;

Reported by: Marius Bakke <mbakke <at> fastmail.com>

Date: Fri, 13 Jul 2018 16:17:01 UTC

Severity: normal

Tags: patch

Fixed in version 5939188e7257e522f7eb1e7eef78399a25afd599

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32146 in the body.
You can then email your comments to 32146 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#32146; Package guix-patches. (Fri, 13 Jul 2018 16:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Marius Bakke <mbakke <at> fastmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 13 Jul 2018 16:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: guix-patches <at> gnu.org
Cc: Marius Bakke <mbakke <at> fastmail.com>
Subject: [PATCH] gnu: rapidjson: Remove non-free code.
Date: Fri, 13 Jul 2018 18:15:25 +0200
* gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.
---
 gnu/packages/web.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 06d0fec0b..7e6b65d55 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -719,7 +719,14 @@ current version of any major web browser.")
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "13nrpvw8f1wx0ga7svbzld7pgrv8l172nangpipnj7jaf0lysz5z"))))
+               "13nrpvw8f1wx0ga7svbzld7pgrv8l172nangpipnj7jaf0lysz5z"))
+             (modules '((guix build utils)))
+             (snippet
+              '(begin
+                 ;; Remove code using the problematic JSON license (see
+                 ;; <https://www.gnu.org/licenses/license-list.html#JSON>).
+                 (delete-file-recursively "bin/jsonchecker")
+                 #t))))
     (build-system cmake-build-system)
     (arguments
      `(,@(if (string-prefix? "aarch64" (or (%current-target-system)
-- 
2.18.0





Information forwarded to guix-patches <at> gnu.org:
bug#32146; Package guix-patches. (Tue, 17 Jul 2018 21:06:02 GMT) Full text and rfc822 format available.

Message #8 received at 32146 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: 32146 <at> debbugs.gnu.org
Subject: Re: [bug#32146] [PATCH] gnu: rapidjson: Remove non-free code.
Date: Tue, 17 Jul 2018 23:04:56 +0200
Marius Bakke <mbakke <at> fastmail.com> skribis:

> * gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.

Good catch.  LGTM, thanks!

Ludo'.




bug marked as fixed in version 5939188e7257e522f7eb1e7eef78399a25afd599, send any further explanations to 32146 <at> debbugs.gnu.org and Marius Bakke <mbakke <at> fastmail.com> Request was from Marius Bakke <mbakke <at> fastmail.com> to control <at> debbugs.gnu.org. (Tue, 17 Jul 2018 23:20:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 15 Aug 2018 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 313 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.