Re: Question about native vs regular search paths

2023-08-30 Thread (
Never mind, figured it out :) https://guix.gnu.org/manual/devel/en/html_node/package-Reference.html (see SEARCH-PATHS and NATIVE-SEARCH-PATHS) -- (

Question about native vs regular search paths

2023-08-29 Thread (
Hi, What is the difference, in concrete terms, between SEARCH-PATHS and NATIVE-SEARCH-PATHS; why do they need to be separate, why is SEARCH-PATHS seemingly only used during a build, and why are NATIVE-SEARCH-PATHS only set in cross-compiled builds? I'm asking because I want to understand why has