[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: samtools-0.1: Adjust to match changes in samtools.
From: |
Ricardo Wurmus |
Subject: |
07/07: gnu: samtools-0.1: Adjust to match changes in samtools. |
Date: |
Fri, 5 Oct 2018 03:22:10 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a6798218bea0d6b2df598042d1ced29f74bb4250
Author: Ricardo Wurmus <address@hidden>
Date: Thu Oct 4 22:49:49 2018 +0200
gnu: samtools-0.1: Adjust to match changes in samtools.
* gnu/packages/bioinformatics.scm (samtools-0.1)[arguments]: Override make
flags.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 39c84bf..d48f484 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5073,9 +5073,9 @@ viewer.")
(base32 "1m33xsfwz0s8qi45lylagfllqg7fphf4dr0780rsvw75av9wk06h"))))
(arguments
`(#:tests? #f ;no "check" target
+ #:make-flags
+ (list "LIBCURSES=-lncurses")
,@(substitute-keyword-arguments (package-arguments samtools)
- ((#:make-flags flags)
- `(cons "LIBCURSES=-lncurses" ,flags))
((#:phases phases)
`(modify-phases ,phases
(replace 'install
- branch master updated (4a5e2a9 -> a679821), Ricardo Wurmus, 2018/10/05
- 01/07: gnu: htslib: Update to 1.9., Ricardo Wurmus, 2018/10/05
- 02/07: gnu: samtools: Update to 1.9., Ricardo Wurmus, 2018/10/05
- 03/07: gnu: bcftools: Update to 1.9., Ricardo Wurmus, 2018/10/05
- 07/07: gnu: samtools-0.1: Adjust to match changes in samtools.,
Ricardo Wurmus <=
- 06/07: gnu: deeptools: Update to 3.1.2., Ricardo Wurmus, 2018/10/05
- 04/07: gnu: python-plotly: Add python-pandas to inputs., Ricardo Wurmus, 2018/10/05
- 05/07: gnu: python-pysam: Update to 0.15.1., Ricardo Wurmus, 2018/10/05