From: Mark H Weaver <mhw@netris.org>
To: Kei Kebreau <kei@openmailbox.org>
Cc: guix-devel@gnu.org
Subject: Re: 02/02: gnu: Add s.
Date: Sun, 04 Jun 2017 20:15:58 -0400 [thread overview]
Message-ID: <878tl770ht.fsf@netris.org> (raw)
In-Reply-To: <20170604144556.5AFA1206F7@vcs0.savannah.gnu.org> (Kei Kebreau's message of "Sun, 4 Jun 2017 10:45:56 -0400 (EDT)")
kei@openmailbox.org (Kei Kebreau) writes:
> kkebreau pushed a commit to branch master
> in repository guix.
>
> commit 0e4591bb696a36bc83f75869dd2711987b17b722
> Author: ng0 <ng0@no-reply.pragmatique.xyz>
> Date: Tue May 16 22:28:58 2017 +0000
>
> gnu: Add s.
>
> * gnu/packages/shells.scm (s): New variable.
>
> Signed-off-by: Kei Kebreau <kei@openmailbox.org>
> ---
> gnu/packages/shells.scm | 61 +++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 61 insertions(+)
>
> diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
> index 5eeb186..5e04e86 100644
> --- a/gnu/packages/shells.scm
> +++ b/gnu/packages/shells.scm
> @@ -503,6 +503,67 @@ Its features include:
> @end enumerate\n")
> (license bsd-2)))
>
> +(define-public s
> + (let ((commit "6604341edb3a775ff94415762af3ee9bd86bfb3c")
> + (revision "1"))
> + (package
> + (name "s")
> + (version (string-append "0.0.0-" revision "." (string-take commit 7)))
I think we should rename this package and variable name to 's-shell' or
something along those lines. 's' is commonly used as a local variable
name. Single character variable names are in short supply, and I don't
think we should allocate them to packages.
Thoughts?
Mark
next parent reply other threads:[~2017-06-05 0:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170604144555.7655.18380@vcs0.savannah.gnu.org>
[not found] ` <20170604144556.5AFA1206F7@vcs0.savannah.gnu.org>
2017-06-05 0:15 ` Mark H Weaver [this message]
2017-06-05 8:42 ` 02/02: gnu: Add s ng0
2017-06-05 15:44 ` Kei Kebreau
2017-06-06 17:58 ` Alex Kost
2017-06-06 20:47 ` Mark H Weaver
2017-06-07 9:29 ` Alex Kost
2017-06-07 22:25 ` Mark H Weaver
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878tl770ht.fsf@netris.org \
--to=mhw@netris.org \
--cc=guix-devel@gnu.org \
--cc=kei@openmailbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.