1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 15:25:54 +02:00

gnu: cpp: Mention that autoload prevents module cycles.

* gnu/packages/cpp.scm: Add a comment on the #:autoload to explain that
serialization depends on cpp.
This commit is contained in:
Liliana Marie Prikler
2023-05-14 12:26:52 +02:00
parent 006bf1ba97
commit 28bfc5cd08
+2
View File
@@ -103,6 +103,8 @@
#:use-module (gnu packages web)
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg)
;; Using autoload to avoid a cycle.
;; Note that (gnu packages serialization) has #:use-module (gnu packages cpp)
#:autoload (gnu packages serialization) (cereal)
#:use-module (ice-9 match))