unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54052] [PATCH] gnu: cgdb: Add gdb to propagated-inputs
@ 2022-02-18  5:20 Chadwain Holness
  2022-02-18  7:56 ` Maxime Devos
  0 siblings, 1 reply; 7+ messages in thread
From: Chadwain Holness @ 2022-02-18  5:20 UTC (permalink / raw)
  To: 54052; +Cc: Chadwain Holness

* gnu/packages/debug.scm (cgdb)[propagated-inputs]: Add gdb
---
 gnu/packages/debug.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 24d17d95b0..89629e4aca 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -763,6 +763,8 @@ (define-public cgdb
      (list ncurses readline))
     (native-inputs
      (list flex texinfo))
+    (propagated-inputs
+     (list gdb))
     (home-page "https://cgdb.github.io")
     (synopsis "Console front-end to the GNU debugger")
     (description
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-06 21:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18  5:20 [bug#54052] [PATCH] gnu: cgdb: Add gdb to propagated-inputs Chadwain Holness
2022-02-18  7:56 ` Maxime Devos
2022-02-20  8:11   ` Chadwain Holness
2022-02-20 10:30     ` Maxime Devos
2022-03-03 22:24       ` Ludovic Courtès
2022-03-06  6:24         ` [bug#54052] [PATCH] gnu: cgdb: Reference gdb Chadwain Holness
2022-03-06 21:13           ` bug#54052: [PATCH] gnu: cgdb: Add gdb to propagated-inputs Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).