Skip to content

Commit 3974112

Browse files
committed
guix: Supply --link-profile
1 parent d55a105 commit 3974112

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

contrib/guix/guix-build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ EOF
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" \

depends/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ build_id_string+=system_clang
141141
$(host_arch)_$(host_os)_id_string+=system_clang
142142
endif
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

147147
qrencode_packages_$(NO_QR) = $(qrencode_packages)
148148

0 commit comments

Comments
 (0)