mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: packages: node-xyz: Add alphatical order header.
* (gnu/packages/node-xyz): Add alphabetical order header. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
25e9450d2a
commit
44886c03f2
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue