From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: What can be done about zipped sources Date: Mon, 3 Jun 2019 19:54:48 -0600 Message-ID: <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]:45984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXyfC-0004xF-9l for help-guix@gnu.org; Mon, 03 Jun 2019 21:55:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXyfB-0007oA-Cu for help-guix@gnu.org; Mon, 03 Jun 2019 21:54:58 -0400 Received: from mail-pl1-x62b.google.com ([2607:f8b0:4864:20::62b]:36929) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hXyfB-0007lX-28 for help-guix@gnu.org; Mon, 03 Jun 2019 21:54:57 -0400 Received: by mail-pl1-x62b.google.com with SMTP id bh12so1602755plb.4 for ; Mon, 03 Jun 2019 18:54:55 -0700 (PDT) Received: from localhost ([199.68.53.171]) by smtp.gmail.com with ESMTPSA id p20sm27487233pgk.7.2019.06.03.18.54.51 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 03 Jun 2019 18:54:52 -0700 (PDT) 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 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