From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyEh6-0002Bq-1D for guix-patches@gnu.org; Wed, 12 Apr 2017 05:36:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyEh0-0000OA-EX for guix-patches@gnu.org; Wed, 12 Apr 2017 05:36:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45534) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyEh0-0000O5-A2 for guix-patches@gnu.org; Wed, 12 Apr 2017 05:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyEh0-00005l-4m for guix-patches@gnu.org; Wed, 12 Apr 2017 05:36:02 -0400 Subject: bug#26454: [PATCH 2/2] gnu: add emacs-exwm Resent-Message-ID: Message-Id: MIME-Version: 1.0 From: Arun Isaac Date: Wed, 12 Apr 2017 15:05:38 +0530 In-reply-to: <20170411225803.2420-2-tumashu@163.com> References: <20170411225803.2420-1-tumashu@163.com> <20170411225803.2420-2-tumashu@163.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 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? =