diff options
author | Vivien Kraus <[email protected]> | 2024-03-09 08:52:29 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2024-03-09 19:38:51 +0100 |
commit | eefcc7cafa0dc79eb6bed47601da9e03c6865636 (patch) | |
tree | 23bfb7271af2e4e6e54c2e1215053d35fc76f1ca /gnu | |
parent | ea67a6e256a766f2edebbdb43f665138db8481f6 (diff) |
gnu: orbit2: Propagate inputs.
* gnu/packages/gnome.scm (orbit2) [inputs]: Move to 'propagated-inputs'.
Change-Id: I09e613cb4fee7962c50f62459ad6272bb7ffaea4
Signed-off-by: Liliana Marie Prikler <[email protected]>
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ $(DEPS) CosNaming.h libname-server-2.a")))) (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") |