From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLrO3-00040i-WC for guix-patches@gnu.org; Fri, 16 Jun 2017 09:34:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLrNz-0005xn-3u for guix-patches@gnu.org; Fri, 16 Jun 2017 09:34:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47812) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLrNz-0005xa-0q for guix-patches@gnu.org; Fri, 16 Jun 2017 09:34:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLrNy-0007X1-RH for guix-patches@gnu.org; Fri, 16 Jun 2017 09:34:02 -0400 Subject: [bug#27279] [PATCH] gnu: Add tmuxifier. Resent-Message-ID: From: Thomas Danckaert References: <87o9tzplif.fsf@xsteve.at> Date: Fri, 16 Jun 2017 15:32:54 +0200 In-Reply-To: <87o9tzplif.fsf@xsteve.at> ("Stefan \=\?utf-8\?Q\?Reich\=C3\=B6r\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Wed, 07 Jun 2017 22:53:44 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Stefan =?UTF-8?Q?Reich=C3=B6r?= Cc: 27279@debbugs.gnu.org Stefan Reich=C3=B6r writes: > + (source (origin > + (method url-fetch) > + (uri (string-append > + "https://github.com/jimeh/tmuxifier/archive/v" > + version ".tar.gz")) > + (sha256 > + (base32 > + "1j9fj6zg0j3sdn7svpybzsqh7876rv81zi437976kj7hxnyjkcz7")))) guix lint asks to add (file-name (string-append name "-" version ".tar.gz")) to the source, so the downloaded tarball in the store is easily recognizable. Other than that, it looks good to me, so I can push with that change, assuming it works (not a tmux user myself :) ). cheers, Thomas