[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
native-propagated-inputs
From: |
David Craven |
Subject: |
native-propagated-inputs |
Date: |
Thu, 9 Feb 2017 10:29:44 +0100 |
Hi guix,
Currently we use propagated inputs to specify propagated compile time
dependencies when they are needed by the header files or pkg-config
files or when they are needed at runtime. In addition we have the
mechanism of wrap-program to avoid having runtime dependencies being
propagated so that the dependency specification remains complete.
Wrap-program is also used for setting search paths for plugins.
The problem with wrap-program is that it makes debugging much harder
and doesn't work with the inbuilt gnu-build-system debugging support
that is enabled by adding "debug" to the list of outputs. It does not
find the debug symbols because the binary is called
binary.real-binary.
Instead of relying on wrap-program in these common cases, I think that
separating propagated-inputs in to native-propagated-inputs and
propagated-inputs may be a better way of solving this problem. We
already have native-inputs and inputs and native-search-path and
search-path so it seems to be like a natural extension.
Thoughts?
- native-propagated-inputs,
David Craven <=