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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user