[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: mash: Move htslib and capnproto to regular inputs.
From: |
guix-commits |
Subject: |
18/19: gnu: mash: Move htslib and capnproto to regular inputs. |
Date: |
Fri, 3 Dec 2021 18:33:50 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 22d9097b5e34dc6648522ea1554f36f61f39b5f1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 4 00:31:20 2021 +0100
gnu: mash: Move htslib and capnproto to regular inputs.
* gnu/packages/bioinformatics.scm (mash)[native-inputs]: Move htslib and
capnproto from here...
[inputs]: ...to here.
---
gnu/packages/bioinformatics.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f1190c8..d06ac2d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5334,13 +5334,13 @@ sequences).")
(("c\\+\\+11") "c++14"))
#t)))))
(native-inputs
- `(("autoconf" ,autoconf)
- ;; Capnproto and htslib are statically embedded in the final
+ `(("autoconf" ,autoconf)))
+ (inputs
+ `(;; Capnproto and htslib are statically embedded in the final
;; application. Therefore we also list their licenses, below.
("capnproto" ,capnproto)
- ("htslib" ,htslib)))
- (inputs
- `(("gsl" ,gsl)
+ ("htslib" ,htslib)
+ ("gsl" ,gsl)
("zlib" ,zlib)))
(supported-systems '("x86_64-linux"))
(home-page "https://mash.readthedocs.io")
- 02/19: gnu: bedtools: Remove reference to %outputs., (continued)
- 02/19: gnu: bedtools: Remove reference to %outputs., guix-commits, 2021/12/03
- 03/19: gnu: bless: Remove trailing #T from snippet and build phases., guix-commits, 2021/12/03
- 04/19: gnu: bless: Remove reference to %build-inputs., guix-commits, 2021/12/03
- 05/19: gnu: bowtie: Remove reference to %outputs., guix-commits, 2021/12/03
- 06/19: gnu: bowtie1: Replace reference to %outputs., guix-commits, 2021/12/03
- 07/19: gnu: cd-hit: Replace reference to %outputs., guix-commits, 2021/12/03
- 10/19: gnu: fxtract: Replace reference to %outputs., guix-commits, 2021/12/03
- 12/19: gnu: java-picard: Replace reference to %build-inputs., guix-commits, 2021/12/03
- 13/19: gnu: fastp: Replace reference to %outputs., guix-commits, 2021/12/03
- 14/19: gnu: jellyfish: Replace reference to %outputs., guix-commits, 2021/12/03
- 18/19: gnu: mash: Move htslib and capnproto to regular inputs.,
guix-commits <=
- 19/19: gnu: mash: Replace references to %build-inputs., guix-commits, 2021/12/03
- 15/19: gnu: mafft: Replace references to %build-inputs and %outputs., guix-commits, 2021/12/03
- 16/19: gnu: mafft: Remove trailing #T., guix-commits, 2021/12/03
- 17/19: gnu: mash: Simplify snippet., guix-commits, 2021/12/03
- 09/19: gnu: delly: Replace reference to %outputs., guix-commits, 2021/12/03
- 11/19: gnu: java-htsjdk: Replace reference to %outputs., guix-commits, 2021/12/03
- 08/19: gnu: libbigwig: Replace reference to %outputs., guix-commits, 2021/12/03