From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyOWk-0000QI-9S for guix-patches@gnu.org; Wed, 12 Apr 2017 16:06:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyOWg-0002xJ-7y for guix-patches@gnu.org; Wed, 12 Apr 2017 16:06:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46601) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyOWf-0002xE-Vm for guix-patches@gnu.org; Wed, 12 Apr 2017 16:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyOWf-0004a4-Qb for guix-patches@gnu.org; Wed, 12 Apr 2017 16:06:01 -0400 Subject: bug#26454: [PATCH 2/2] gnu: add emacs-exwm Resent-Message-ID: Message-Id: <60b3e50e.AEEAJadpHi4AAAAAAAAAAAO0QTIAAAACwQwAAAAAAAW9WABY7oh5@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Thu, 13 Apr 2017 01:35:00 +0530 In-reply-to: <87inm9sdcs.fsf@gmail.com> References: <20170411225803.2420-1-tumashu@163.com> <20170411225803.2420-2-tumashu@163.com> <87inm9sdcs.fsf@gmail.com> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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: 26454@debbugs.gnu.org >>> + (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? I thought it would be better if we could get the release tarball directly from upstream (https://github.com/ch11ng/exwm). =