all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 52424-done@debbugs.gnu.org
Subject: bug#52424: [PATCH] gnu: Add cgdb.
Date: Fri, 17 Dec 2021 09:29:26 +0100	[thread overview]
Message-ID: <87ee6b63dl.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <PU1PR01MB2155EDD803971E2C61580E6C8D729@PU1PR01MB2155.apcprd01.prod.exchangelabs.com> (Foo Chuan Wei's message of "Sat, 11 Dec 2021 08:09:28 +0000")

Hello,

Foo Chuan Wei <chuanwei.foo@hotmail.com> writes:

> * gnu/packages/debug.scm (cgdb): New variable.

Thank you.

I used new package style explained below, and applied your patch.

> +    (inputs
> +     `(("ncurses" ,ncurses)
> +       ("readline" ,readline)))

  (inputs
   (list ncurses readline))

> +    (native-inputs
> +     `(("flex" ,flex)
> +       ("texinfo" ,texinfo)))

  (native-inputs
   (list flex texinfo))

Regards,
-- 
Nicolas Goaziou




      reply	other threads:[~2021-12-17  8:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-11  8:09 [bug#52424] [PATCH] gnu: Add cgdb Foo Chuan Wei
2021-12-17  8:29 ` Nicolas Goaziou [this message]

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=87ee6b63dl.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=52424-done@debbugs.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.