Hi, Maxim Cournoyer skribis: > Fixes . > > * guix/build/pyproject-build-system.scm (wrap) [native-inputs]: New argument. > Filter out native inputs from the values in GUIX_PYTHONPATH. LGTM! > - ;; Do not require "guile" to be present in the package inputs > - ;; even when there is nothing to wrap. > - ;; Also, calculate (guile) only once to prevent some I/O. > - (define %guile (delay (search-input-file inputs "bin/guile"))) > - (define (guile) (force %guile)) I still don’t see what branch this snippet is on, what am I missing? :-) Thanks, Ludo’.