guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66180] [PATCH 19/19] gnu: packages: node-xyz: Add alphatical order


From: Nicolas Graves
Subject: [bug#66180] [PATCH 19/19] gnu: packages: node-xyz: Add alphatical order header.
Date: Sun, 24 Sep 2023 14:50:45 +0200

* (gnu/packages/node-xyz): Add alphabetical order header.
---
 gnu/packages/node-xyz.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index d81d6b8eff..bfa092a5c1 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -33,6 +33,10 @@ (define-module (gnu packages node-xyz)
   #:use-module (guix git-download)
   #:use-module (guix build-system node))
 
+;;;
+;;; Please: Try to add new module packages in alphabetic order.
+;;;
+
 (define-public node-acorn
   (package
     (name "node-acorn")
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]