From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyMnK-0006Wd-Th for guix-patches@gnu.org; Wed, 12 Apr 2017 14:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyMnF-00075E-VK for guix-patches@gnu.org; Wed, 12 Apr 2017 14:15:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46527) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyMnF-000754-Rz for guix-patches@gnu.org; Wed, 12 Apr 2017 14:15:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyMnF-0000Dm-KS for guix-patches@gnu.org; Wed, 12 Apr 2017 14:15:01 -0400 Subject: bug#26454: [PATCH 2/2] gnu: add emacs-exwm Resent-Message-ID: From: Alex Kost References: <20170411225803.2420-1-tumashu@163.com> <20170411225803.2420-2-tumashu@163.com> Date: Wed, 12 Apr 2017 21:13:55 +0300 In-Reply-To: (Arun Isaac's message of "Wed, 12 Apr 2017 15:05:38 +0530") Message-ID: <87inm9sdcs.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 26454@debbugs.gnu.org Arun Isaac (2017-04-12 15:05 +0530) wrote: > Thanks for the patch! > >> + (source >> + (origin >> + (method url-fetch) >> + (uri (string-append "https://elpa.gnu.org/packages/exwm-" >> + version ".tar")) > > Could you open an issue with the upstream maintainer asking them to tag a > release so that we could use the upstream release tarball directly > instead of relying on ELPA's tarball? Hm, but this ELPA tarball is the release itself, no? -- Alex