mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: packages/chemistry: Add EOF disclaimer.
* gnu/packages/chemistry.scm: Add a comments to place packages in alphabetical order. Change-Id: I2af9eeeb1de77b0420093bf2776b1df7e7bda188
This commit is contained in:
parent
4557e8f581
commit
f9f3fe2082
1 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
;;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue