From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30470: When using `guix import json`, importing a json file with 'license: false' or 'license: null' doesn't work. Date: Fri, 16 Feb 2018 11:10:54 +0100 Message-ID: <87po55qm6p.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emcyy-0005wH-7T for bug-guix@gnu.org; Fri, 16 Feb 2018 05:11:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emcys-00025A-Ll for bug-guix@gnu.org; Fri, 16 Feb 2018 05:11:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37754) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emcys-00024w-IQ for bug-guix@gnu.org; Fri, 16 Feb 2018 05:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emcys-000770-Aq for bug-guix@gnu.org; Fri, 16 Feb 2018 05:11:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (pkill9@runbox.com's message of "Thu, 15 Feb 2018 13:01:29 +0000 (GMT)") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: pkill9@runbox.com Cc: 30470-done@debbugs.gnu.org skribis: > When using `guix import json`, importing a json file with 'license: false= ' or 'license: null' doesn't work. > > Note: In the package modules, you can specify 'license' as '#f' aka 'fals= e', so ideally it should set it to that when the JSON file specifies the li= cense as 'null' or 'false'. Fixed in commit 5e2495d09e5ad78f8ebb6bfa6fb4ff09fb305ec4. Thanks! Ludo=E2=80=99.