~ruther/guix-local

cb1107416e51fc90d5031f3d9c71510e6eb38a19 — Sharlatan Hellseher 2 years ago 345a54f
gnu: node-xyz: Add a note to the end of the file.

* gnu/packages/node-xyz.scm: Add a note to avoid adding packages in the
end of the file.

Change-Id: If1f35eb120d283ce9e9dc84ec7b97aebfad4ed5e
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/node-xyz.scm
M gnu/packages/node-xyz.scm => gnu/packages/node-xyz.scm +5 -0
@@ 1732,3 1732,8 @@ files in RAM at once.
@item Prefer to open input files one at a time than all at once.
@end enumerate")
    (license license:expat)))

;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above in alphabetic order.
;;;