unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 40391@debbugs.gnu.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [bug#40391] [PATCH 3/6] gnu: gdb: Make some inputs native.
Date: Thu,  2 Apr 2020 21:15:30 +0200	[thread overview]
Message-ID: <20200402191533.7517-3-vincent.legoll@gmail.com> (raw)
In-Reply-To: <20200402191533.7517-1-vincent.legoll@gmail.com>

* gnu/packages/gdb.scm (gdb)[inputs]: Move dejagnu from here...
[native-inputs]: ...to here.
---
 gnu/packages/gdb.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 01f93f6def..c3f071965a 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015, 2016, 2019 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -94,7 +95,6 @@
        ("guile" ,guile-2.0)
        ("python" ,python)
        ("python-wrapper" ,python-wrapper)
-       ("dejagnu" ,dejagnu)
        ("source-highlight" ,source-highlight)
 
        ;; Allow use of XML-formatted syscall information.  This enables 'catch
@@ -102,6 +102,7 @@
        ("libxml2" ,libxml2)))
     (native-inputs
       `(("texinfo" ,texinfo)
+       ("dejagnu" ,dejagnu)
         ("pkg-config" ,pkg-config)))
     (home-page "https://www.gnu.org/software/gdb/")
     (synopsis "The GNU debugger")
-- 
2.26.0

  parent reply	other threads:[~2020-04-02 19:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-02 19:14 [bug#40391] [PATCH 0/6] Make some more inputs native Vincent Legoll
2020-04-02 19:15 ` [bug#40391] [PATCH 1/6] gnu: a2ps: Make some " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 2/6] gnu: ibus: " Vincent Legoll
2020-04-02 19:15   ` Vincent Legoll [this message]
2020-04-02 19:15   ` [bug#40391] [PATCH 4/6] gnu: c-reduce: " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 5/6] gnu: ell: " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 6/6] gnu: dico: " Vincent Legoll
2020-04-03 18:01 ` [bug#40391] bad indent Vincent Legoll
2020-04-04 10:51 ` [bug#40391] [PATCH 0/6] Make some more inputs native Mathieu Othacehe
2020-04-04 16:01   ` Vincent Legoll
2020-04-04 17:51     ` Vincent Legoll

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200402191533.7517-3-vincent.legoll@gmail.com \
    --to=vincent.legoll@gmail.com \
    --cc=40391@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 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).