I try to read and understand how wrap-qt-program in qt-utils.scm works. When building QT program, Guix builder populates qt related environment variable, and wrap-qt-program just record it into wrapper. However, the wrap behaviour in qt-build-system is quite different, it search all inputs and mark them should be included in envvar definition if correspond directory exists. Another difference is, wrap-qt-program will include the directory of output in envvar but qt-build-system won't do. I'm not sure whether we need to include output, and don't know recording build time environment follows reproducible build rule or not. Maybe we need an expert on Qt programming/packaging to give us some hints? :( -- Retrieve my PGP public key: gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F Zihao