me
/
guix
Archived
1
0
Fork 0

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.
master
Liliana Marie Prikler 2023-05-14 12:26:52 +02:00
parent 006bf1ba97
commit 28bfc5cd08
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 0 deletions

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))