Skip to content

Commit 5200929

Browse files
committed
depends: Include GUIX_ENVIRONMENT in id string
1 parent 4c7d418 commit 5200929

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

depends/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ 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)
146+
144147
qrencode_packages_$(NO_QR) = $(qrencode_packages)
145148

146149
qt_packages_$(NO_QT) = $(qt_packages) $(qt_$(host_os)_packages) $(qt_$(host_arch)_$(host_os)_packages) $(qrencode_packages_)

0 commit comments

Comments
 (0)