unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: 45918@debbugs.gnu.org
Cc: Alexandros Theodotou <alex@zrythm.org>
Subject: [bug#45918] [PATCH 1/3] gnu: ztoolkit: Move dependencies to propagated-inputs.
Date: Sat, 16 Jan 2021 17:52:25 +0000	[thread overview]
Message-ID: <20210116175227.9510-1-alex@zrythm.org> (raw)
In-Reply-To: <20210116174829.9265-1-alex@zrythm.org>

* gnu/packages/audio.scm (ztoolkit): Move dependencies to propagated
  inputs.
[inputs]: Remove cairo, libx11.
[propagated-inputs]: Add cairo, libx11.
---
 gnu/packages/audio.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 2e46dc3a26..9a9168c2d4 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4829,11 +4829,13 @@ with the provided metadata and adhere to well-known best practices.")
         (base32
          "07xl3cmdaf7k9mm58m93cn8i1jvgimmiifdw1w7v2jl88nx60pm1"))))
     (build-system meson-build-system)
-    (inputs
-     `(("cairo" ,cairo)
-       ("libx11" ,libx11)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
+    ;; These are listed as propagated inputs because they are dependencies
+    ;; in pkgconfig.
+    (propagated-inputs
+     `(("cairo" ,cairo)
+       ("libx11" ,libx11)))
     (synopsis "GUI toolkit for LV2 plugins")
     (description "ZToolkit (Ztk) is a cross-platform GUI toolkit heavily
 inspired by GTK.  It handles events and low level drawing on behalf of
-- 
2.30.0





  reply	other threads:[~2021-01-16 17:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16 17:48 [bug#45918] [PATCH 0/3] Add zplugins Alexandros Theodotou
2021-01-16 17:52 ` Alexandros Theodotou [this message]
2021-01-16 17:52   ` [bug#45918] [PATCH 2/3] gnu: ztoolkit-rsvg: Move dependencies to propagated-inputs Alexandros Theodotou
2021-01-16 17:52   ` [bug#45918] [PATCH 3/3] gnu: Add zplugins Alexandros Theodotou
2021-02-02  0:55 ` bug#45918: [PATCH 0/3] " Leo Famulari

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=20210116175227.9510-1-alex@zrythm.org \
    --to=alex@zrythm.org \
    --cc=45918@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).