From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35893: guix import json does not specify input package's output when provided in the json Date: Fri, 07 Jun 2019 23:17:29 +0200 Message-ID: <87ef459jti.fsf@gnu.org> References: <20190524184929.771a67b7@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41823) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZMVK-0001a3-Og for bug-guix@gnu.org; Fri, 07 Jun 2019 17:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZMFY-0005ny-0d for bug-guix@gnu.org; Fri, 07 Jun 2019 17:18:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38984) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hZMFO-0005fb-0r for bug-guix@gnu.org; Fri, 07 Jun 2019 17:18:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hZMFN-00011W-S8 for bug-guix@gnu.org; Fri, 07 Jun 2019 17:18:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20190524184929.771a67b7@gmail.com> (Jesse Gibbons's message of "Fri, 24 May 2019 18:49:29 -0600") 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: Jesse Gibbons Cc: 35893-done@debbugs.gnu.org Hi Jesse, Jesse Gibbons skribis: > I'm trying to generate a package definition from the following json: > > { > "name" : "pysolfc", > "version" : "2.6.4", > "source" : "https://github.com/shlomif/PySolFC/archive/pysolfc-2.6.4.= tar.gz" > "build-system" : "python", > "home-page" : "https://pysolfc.sourceforge.io/", > "synopsis" : "Solitaire Collection, Written in Python", > "description" : "PySol Fan Club Edition (PySolFC) is a collection of = more than 1000 solitaire card games. It is a fork of PySol Solitaire.", > "license" : "GPL-3.0+", > "inputs" : ["python2:tk"], > "propagated-inputs" : ["python2-six"] > } [...] > Conclusion: guix import json doesn't specify the output required by the > json. Fixed in c0a4db66976dc63decbd612aafb934f44629e321. Thanks, Ludo=E2=80=99.