Re: [PATCH 10/24] gnu: networkmanager-qt: Propagate network-manager.

2016-08-18 Thread Alex Kost
David Craven (2016-08-17 21:14 +0300) wrote: >> Is it possible to avoid propagating? > > Quoting the manual on the section on propagated-inputs: > >> For example this is necessary when a C/C++ library needs headers of another >> library to compile, ... > > So the fact that the headers of networkm

Re: [PATCH 10/24] gnu: networkmanager-qt: Propagate network-manager.

2016-08-17 Thread David Craven
> Is it possible to avoid propagating? Quoting the manual on the section on propagated-inputs: > For example this is necessary when a C/C++ library needs headers of another > library to compile, ... So the fact that the headers of networkmanager-qt include headers from network-manager, means th

Re: [PATCH 10/24] gnu: networkmanager-qt: Propagate network-manager.

2016-08-17 Thread Alex Kost
David Craven (2016-08-17 12:34 +0300) wrote: >> Also there should be a reason for propagating (probably written as a >> comment). Ideally it should be avoided. > > I added comments: > > (propagated-inputs > ; Headers contain #include and > ;#include >

Re: [PATCH 10/24] gnu: networkmanager-qt: Propagate network-manager.

2016-08-17 Thread David Craven
> Also there should be a reason for propagating (probably written as a > comment). Ideally it should be avoided. I added comments: (propagated-inputs ; Headers contain #include and ;#include `(("network-manager" ,network-manager))) (propagated-inp

Re: [PATCH 10/24] gnu: networkmanager-qt: Propagate network-manager.

2016-08-16 Thread Alex Kost
David Craven (2016-08-16 21:39 +0300) wrote: > * gnu/packages/kde-frameworks.scm (networkmanager-qt) > [propagated-inputs]: Add NETWORK-MANAGER. > [inputs]: Remove NETWORK-MANAGER. I would write 'network-manager' instead of NETWORK-MANAGER. Also there should be a reason for propagating (prob

[PATCH 10/24] gnu: networkmanager-qt: Propagate network-manager.

2016-08-16 Thread David Craven
* gnu/packages/kde-frameworks.scm (networkmanager-qt) [propagated-inputs]: Add NETWORK-MANAGER. [inputs]: Remove NETWORK-MANAGER. --- gnu/packages/kde-frameworks.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-fram