[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69652] [PATCH gnome-team v2 2/3] gnu: orbit2: Propagate inputs.
From: |
Vivien Kraus |
Subject: |
[bug#69652] [PATCH gnome-team v2 2/3] gnu: orbit2: Propagate inputs. |
Date: |
Sat, 9 Mar 2024 08:52:29 +0100 |
User-agent: |
Evolution 3.48.4 |
* gnu/packages/gnome.scm (orbit2) [inputs]: Move to 'propagated-inputs'.
Change-Id: I09e613cb4fee7962c50f62459ad6272bb7ffaea4
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fa911e1e59..8b69a231af 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3827,7 +3827,8 @@ (define-public orbit2
(substitute* "linc2/src/Makefile.in"
(("-DG_DISABLE_DEPRECATED")
"-DGLIB_DISABLE_DEPRECATION_WARNINGS")))))))
- (inputs (list glib libidl))
+ ;; These are required in the installed pkg-config files.
+ (propagated-inputs (list glib libidl))
(native-inputs (list pkg-config))
(home-page "https://projects.gnome.org/orbit2/";)
(synopsis "CORBA 2.4-compliant Object Request Broker")
--
2.41.0