From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: Re: What can be done about zipped sources Date: Mon, 3 Jun 2019 20:05:26 -0600 Message-ID: <20190603200526.615c91ef@gmail.com> References: <20190603195448.39c46a11@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:53596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXypZ-0006di-NH for help-guix@gnu.org; Mon, 03 Jun 2019 22:05:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXypX-0003Iq-BU for help-guix@gnu.org; Mon, 03 Jun 2019 22:05:41 -0400 Received: from mail-pg1-x532.google.com ([2607:f8b0:4864:20::532]:39430) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hXypV-0003D8-2K for help-guix@gnu.org; Mon, 03 Jun 2019 22:05:37 -0400 Received: by mail-pg1-x532.google.com with SMTP id 196so9367652pgc.6 for ; Mon, 03 Jun 2019 19:05:31 -0700 (PDT) Received: from localhost ([199.68.53.171]) by smtp.gmail.com with ESMTPSA id a7sm14186643pgj.42.2019.06.03.19.05.28 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 03 Jun 2019 19:05:29 -0700 (PDT) In-Reply-To: <20190603195448.39c46a11@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org On Mon, 3 Jun 2019 19:54:48 -0600 Jesse Gibbons wrote: > I have a project that relies on the python random2 module at > . Guix cannot extract it because > it is a zip, not a tarball. Is there a workaround? > Thanks, > -Jesse Never mind. I figured it out. Just include unzip as a native input and make sure the url has the .zip suffix.