Am Dienstag, den 09.02.2021, 11:22 +0100 schrieb Hartmut Goebel:
> Am 09.02.21 um 11:06 schrieb Leo Prikler:
> > Depends on the package. If it gets propagated into the build
> > environment, the variable is set as well. At other times, it might
> > be
> > set through the wrap phase for runtime pu
Am 09.02.21 um 11:06 schrieb Leo Prikler:
Depends on the package. If it gets propagated into the build
environment, the variable is set as well. At other times, it might be
set through the wrap phase for runtime purposes.
This makes me think whether the wrap-phase of the qt-build-system does
Hi Leo!
Both search-paths and native-search-paths are expanded in a build
environment to form an environment variable. search-paths works on
inputs whereas native-search-paths works on native-inputs. In
addition, native-search-paths also end up in your
$GUIX_PROFILE/etc/profile.
So it is lik
Am Dienstag, den 09.02.2021, 04:56 -0500 schrieb Raghav Gururajan:
> Hi Leo!
>
> > Both search-paths and native-search-paths are expanded in a build
> > environment to form an environment variable. search-paths works on
> > inputs whereas native-search-paths works on native-inputs. In
> > additi
Hi Leo!
Both search-paths and native-search-paths are expanded in a build
environment to form an environment variable. search-paths works on
inputs whereas native-search-paths works on native-inputs. In
addition, native-search-paths also end up in your
$GUIX_PROFILE/etc/profile.
So it is lik
Hello,
Both search-paths and native-search-paths are expanded in a build
environment to form an environment variable. search-paths works on
inputs whereas native-search-paths works on native-inputs. In
addition, native-search-paths also end up in your
$GUIX_PROFILE/etc/profile.
Regards,
Leo
Hello Guix!
In the package-reference, there are fields called native-search-paths
and search-paths. Unfortunately, the corresponding page
(https://guix.gnu.org/manual/en/html_node/package-Reference.html) in the
manual doesn't explain much. In my experience of packaging I could
understand vagu