From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#19866: Zip sources Date: Sat, 14 Feb 2015 19:13:52 +0100 Message-ID: <20150214181352.GA11371@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMhFD-0003X2-14 for bug-guix@gnu.org; Sat, 14 Feb 2015 13:15:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMhF9-0007xm-Jp for bug-guix@gnu.org; Sat, 14 Feb 2015 13:15:06 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:52884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMhF9-0007xZ-H0 for bug-guix@gnu.org; Sat, 14 Feb 2015 13:15:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YMhF9-0005fy-7w for bug-guix@gnu.org; Sat, 14 Feb 2015 13:15:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMhE9-0002tC-Qm for bug-guix@gnu.org; Sat, 14 Feb 2015 13:14:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMhE6-0007jT-Mv for bug-guix@gnu.org; Sat, 14 Feb 2015 13:14:01 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:56647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMhE6-0007jP-DW for bug-guix@gnu.org; Sat, 14 Feb 2015 13:13:58 -0500 Content-Disposition: inline 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19866@debbugs.gnu.org Currently, the 'unpack phase of gnu-build-system assumes that the source is a (potentially compressed) tar file. It would be nice to automatically recognise and handle zip files, be it only by extension. Andreas