guix-patches
[Top][All Lists]
Advanced

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

[bug#54052] [PATCH] gnu: cgdb: Add gdb to propagated-inputs


From: Chadwain Holness
Subject: [bug#54052] [PATCH] gnu: cgdb: Add gdb to propagated-inputs
Date: Fri, 18 Feb 2022 00:20:05 -0500

* 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






reply via email to

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