File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 317
317
${SDK_PATH: +--share=" $SDK_PATH " } \
318
318
--cores=" $JOBS " \
319
319
--keep-failed \
320
+ --link-profile \
320
321
${SUBSTITUTE_URLS: +--substitute-urls=" $SUBSTITUTE_URLS " } \
321
322
${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
322
323
-- env HOST=" $host " \
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ build_id_string+=system_clang
141
141
$(host_arch)_$(host_os)_id_string+ =system_clang
142
142
endif
143
143
144
- build_id_string+=GUIX_ENVIRONMENT =$(GUIX_ENVIRONMENT )
145
- $(host_arch)_$(host_os)_id_string+=GUIX_ENVIRONMENT =$(GUIX_ENVIRONMENT )
144
+ build_id_string+=GUIX_ENVIRONMENT =$(realpath $( GUIX_ENVIRONMENT ) )
145
+ $(host_arch)_$(host_os)_id_string+=GUIX_ENVIRONMENT =$(realpath $( GUIX_ENVIRONMENT ) )
146
146
147
147
qrencode_packages_$(NO_QR) = $(qrencode_packages )
148
148
You can’t perform that action at this time.
0 commit comments