[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27279] [PATCH] gnu: Add tmuxifier.
From: |
Thomas Danckaert |
Subject: |
[bug#27279] [PATCH] gnu: Add tmuxifier. |
Date: |
Fri, 16 Jun 2017 15:32:54 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Stefan Reichör <address@hidden> 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