diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-04 21:17:55 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-08 12:17:13 +0100 |
| commit | f9f3fe208286e1c7f2e1e569f2b9a9c6834341f7 (patch) | |
| tree | 795f8f19ad1eb572b5da87e25a445f951d03ba51 /gnu | |
| parent | 4557e8f58174e9d21bbeeafca615fb9e23618274 (diff) | |
gnu: packages/chemistry: Add EOF disclaimer.
* gnu/packages/chemistry.scm: Add a comments to place packages in
alphabetical order.
Change-Id: I2af9eeeb1de77b0420093bf2776b1df7e7bda188
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/chemistry.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm index aba31a1d311..ee3e064362c 100644 --- a/gnu/packages/chemistry.scm +++ b/gnu/packages/chemistry.scm @@ -70,6 +70,10 @@ #:use-module (guix build-system gnu) #:use-module (guix build-system python)) +;;; Please: Try to add new module packages in alphabetic order. +;;; +;;; Code: + (define-public avogadrolibs (package (name "avogadrolibs") @@ -1361,3 +1365,7 @@ and 3D and descriptor generation for machine learning.") ;; other test fail. (supported-systems %64bit-supported-systems) (license license:bsd-3))) +;;; +;;; Avoid adding new packages to the end of this file. To reduce the chances +;;; of a merge conflict, place them above in alphabetical order. +;;; |
