all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: guix-devel@gnu.org
Subject: Re: [PATCH] Add neofetch to games.scm doubleplusgood23@gmail.com
Date: Mon, 08 May 2017 20:27:52 +0530	[thread overview]
Message-ID: <94c510c3.AEQAKLNbHGQAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZEIe2@mailjet.com> (raw)
In-Reply-To: <87mvaq4ts4.fsf@iori.i-did-not-set--mail-host-address--so-tickle-me>


Thank you for your contribution!

> Pretty small patch for my first time commiting. From ff50a931905376440f245c37df620d724a78dde9 Mon Sep 17 00:00:00 2001
> From: "Ethan R. Jones" <doubleplusgood23@gmail.com>
> Date: Fri, 5 May 2017 22:02:48 -0400
> Subject: [PATCH] Adding neofetch to the games package expression.

Please look at earlier commit messages in the git log. Your commit
message should be something like:

gnu: Add neofetch.

* gnu/packages/games.scm (neofetch): New variable.

> ---
>  gnu/packages/games.scm | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)

I don't think we should put this package in games.scm. But, I am unable
to think of a good alternative. Ideas?

> +(define-public neofetch
> +  (package
> +    (name "neofetch")
> +    (version "3.1.0")
> +    (source (origin
> +              (method git-fetch)
> +              (uri
> +               (git-reference
> +                (url "https://github.com/dylanaraps/neofetch.git")
> +                (commit version)))

Please use the latest release tarball instead of the git checkout.

> +    (arguments
> +     '(#:tests? #f ;; Because neofetch is a bash script it only needs make install.

This comment can just say "No tests"

> +       #:strip-binaries? #f

Do we need this? If the build does not fail without this, and there are
no other issues, you can remove this argument.

Also, you should send patches to guix-patches@gnu.org. We were using
guix-devel@gnu.org before, but now all patches go to
guix-patches, and guix-devel is used only for discussion. Could you make
the above changes and send the new patch to guix-patches@gnu.org?

  reply	other threads:[~2017-05-08 14:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-06  2:13 [PATCH] Add neofetch to games.scm doubleplusgood23@gmail.com doubleplusgood23
2017-05-08 14:57 ` Arun Isaac [this message]
2017-05-08 17:27 ` Alex Kost
2017-05-08 17:52   ` Leo Famulari

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=94c510c3.AEQAKLNbHGQAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZEIe2@mailjet.com \
    --to=arunisaac@systemreboot.net \
    --cc=guix-devel@gnu.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.