guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52424: [PATCH] gnu: Add cgdb.


From: Nicolas Goaziou
Subject: bug#52424: [PATCH] gnu: Add cgdb.
Date: Fri, 17 Dec 2021 09:29:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]