all messages for Guix-related lists mirrored at yhetil.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 5/6] gnu: ell: Make some inputs native.
Date: Thu,  2 Apr 2020 21:15:32 +0200	[thread overview]
Message-ID: <20200402191533.7517-5-vincent.legoll@gmail.com> (raw)
In-Reply-To: <20200402191533.7517-1-vincent.legoll@gmail.com>

* gnu/packages/linux.scm (ell)[inputs]: Move libtool from here...
[native-inputs]: ...to here.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ff069723c1..9604379eee 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6571,10 +6571,10 @@ of Linux application development.")
                (("/usr/bin/dbus-daemon") (which "dbus-daemon")))
              #t)))))
     (inputs
-     `(("dbus" ,dbus)
-       ("libtool" ,libtool)))
+     `(("dbus" ,dbus)))
     (native-inputs
      `(("autoconf" ,autoconf)
+       ("libtool" ,libtool)
        ("pkgconfig" ,pkg-config)
        ("automake" ,automake)))
     (home-page "https://01.org/ell")
-- 
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   ` [bug#40391] [PATCH 3/6] gnu: gdb: " Vincent Legoll
2020-04-02 19:15   ` [bug#40391] [PATCH 4/6] gnu: c-reduce: " Vincent Legoll
2020-04-02 19:15   ` Vincent Legoll [this message]
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

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

  git send-email \
    --in-reply-to=20200402191533.7517-5-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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.