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:
parent
006bf1ba97
commit
28bfc5cd08
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue