guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ztoolkit: Move dependencies to propagated-inputs.


From: guix-commits
Subject: 01/03: gnu: ztoolkit: Move dependencies to propagated-inputs.
Date: Mon, 1 Feb 2021 19:54:51 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 4bce3a06b18f6924d69d62b2e898a5bc4917f411
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Sat Jan 16 17:52:25 2021 +0000

    gnu: ztoolkit: Move dependencies to propagated-inputs.
    
    * gnu/packages/audio.scm (ztoolkit):[inputs]: Remove cairo, libx11.
    [propagated-inputs]: Add cairo, libx11.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 2e46dc3..9a9168c 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



reply via email to

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