all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Simon Tournier <zimon.toutoune@gmail.com>
Cc: 59997@debbugs.gnu.org, Konrad Hinsen <konrad.hinsen@fastmail.net>
Subject: [bug#59997] [PATCH] gnu: add minimacy
Date: Fri, 24 Feb 2023 22:32:28 +0100	[thread overview]
Message-ID: <87o7pi21hv.fsf_-_@gnu.org> (raw)
In-Reply-To: <20230127192031.3142167-1-zimon.toutoune@gmail.com> (Simon Tournier's message of "Fri, 27 Jan 2023 20:20:31 +0100")

HI,

Simon Tournier <zimon.toutoune@gmail.com> skribis:

> From: Konrad Hinsen <konrad.hinsen@fastmail.net>
>
> * gnu/packages/minimacy.scm: New file.
> * gnu/packages/patches/minimacy.patch: New patch.
> * gnu/local.mk: Add them.

[...]

> diff --git a/gnu/packages/minimacy.scm b/gnu/packages/minimacy.scm
> new file mode 100644
> index 0000000000..6cfba75879
> --- /dev/null
> +++ b/gnu/packages/minimacy.scm
> @@ -0,0 +1,102 @@
> +;;; Copyright © 2022 Konrad Hinsen <konrad.hinsen@fastmail.net>

It misses the very first line.  :-)

> +    (outputs '("out"             ;core
> +               "X11"             ;for GUI programs, with X11 and ALSA
> +               "X11GL"))         ;for GUI programs, with X11, OpenGL, and ALSA

Two things: output names are lowercase by convention, and the
(unofficial) convention for the GUI output is “gui”.

Does it make sense to separate the two GUI outputs?  It seems better to
me to keep just one “gui” output with both OpenGL and non-OpenGL
thingies.  WDYT?

> +          (delete 'check))))

Rather #:tests? #f with a comment explaining why.

> +    (synopsis "Minimalist computing system")
> +    (description
> +     "Minimacy is an open-source minimalist computing technology.

s/an open-source/a/

> +It consists of a programming language (compiler plus virtual machine)
> +and a library, written such that the whole system can be fully
> +understood by a single person.  An optional extension to the virtual
> +machine adds X11 and ALSA for user interfaces, another extension
> +adds OpenGL support.")

Could you send one last revision?

Thanks!

Ludo’.




  reply	other threads:[~2023-02-24 21:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-12 10:09 [bug#59997] [PATCH] gnu: add minimacy Konrad Hinsen
2023-01-27 18:49 ` [bug#59997] [PATCH v2] gnu: Add minimacy Simon Tournier
2023-01-27 18:50 ` [bug#59997] [PATCH] gnu: add minimacy Simon Tournier
2023-01-28 15:56   ` Konrad Hinsen
2023-01-27 19:20 ` [bug#59997] [PATCH v3] gnu: Add minimacy Simon Tournier
2023-02-24 21:32   ` Ludovic Courtès [this message]
2023-02-26 16:08     ` [bug#59997] [PATCH] gnu: add minimacy Konrad Hinsen
2023-02-26 16:13   ` [bug#59997] [PATCH v4] " Konrad Hinsen

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=87o7pi21hv.fsf_-_@gnu.org \
    --to=ludo@gnu.org \
    --cc=59997@debbugs.gnu.org \
    --cc=konrad.hinsen@fastmail.net \
    --cc=zimon.toutoune@gmail.com \
    /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.