GNU bug report logs - #52424
[PATCH] gnu: Add cgdb.

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Sat, 11 Dec 2021 08:10:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 52424-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 52424-done <at> debbugs.gnu.org
Subject: Re: [bug#52424] [PATCH] gnu: Add cgdb.
Date: Fri, 17 Dec 2021 09:29:26 +0100
Hello,

Foo Chuan Wei <chuanwei.foo <at> 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




This bug report was last modified 3 years and 158 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.