mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: plink-ng: Sort inputs alphabetically.
* gnu/packages/bioinformatics.scm (plink-ng)[inputs]: Sort alphabetically.
This commit is contained in:
parent
58e9e0e142
commit
977ea2c0a3
1 changed files with 3 additions and 3 deletions
|
@ -6318,9 +6318,9 @@ (define-public plink-ng
|
|||
(install-file "plink" bin)
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("zlib" ,zlib)
|
||||
("lapack" ,lapack)
|
||||
("openblas" ,openblas)))
|
||||
`(("lapack" ,lapack)
|
||||
("openblas" ,openblas)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://www.cog-genomics.org/plink/")
|
||||
(license license:gpl3+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue