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 317317 ${SDK_PATH: +--share=" $SDK_PATH " } \
318318 --cores=" $JOBS " \
319319 --keep-failed \
320+ --link-profile \
320321 ${SUBSTITUTE_URLS: +--substitute-urls=" $SUBSTITUTE_URLS " } \
321322 ${ADDITIONAL_GUIX_COMMON_FLAGS} ${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
322323 -- env HOST=" $host " \
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ build_id_string+=system_clang
141141$(host_arch)_$(host_os)_id_string+ =system_clang
142142endif
143143
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 ) )
146146
147147qrencode_packages_$(NO_QR) = $(qrencode_packages )
148148
You can’t perform that action at this time.
0 commit comments