We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7d418 commit 5200929Copy full SHA for 5200929
depends/Makefile
@@ -141,6 +141,9 @@ build_id_string+=system_clang
141
$(host_arch)_$(host_os)_id_string+=system_clang
142
endif
143
144
+build_id_string+=GUIX_ENVIRONMENT=$(GUIX_ENVIRONMENT)
145
+$(host_arch)_$(host_os)_id_string+=GUIX_ENVIRONMENT=$(GUIX_ENVIRONMENT)
146
+
147
qrencode_packages_$(NO_QR) = $(qrencode_packages)
148
149
qt_packages_$(NO_QT) = $(qt_packages) $(qt_$(host_os)_packages) $(qt_$(host_arch)_$(host_os)_packages) $(qrencode_packages_)
0 commit comments