mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: orbit2: Propagate inputs.
* gnu/packages/gnome.scm (orbit2) [inputs]: Move to 'propagated-inputs'. Change-Id: I09e613cb4fee7962c50f62459ad6272bb7ffaea4 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
This commit is contained in:
parent
ea67a6e256
commit
eefcc7cafa
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue