[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/18: gnu: ataqv: Remove references to %outputs and %build-inputs.
From: |
guix-commits |
Subject: |
09/18: gnu: ataqv: Remove references to %outputs and %build-inputs. |
Date: |
Sun, 5 Dec 2021 09:09:27 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit dc4b4d4d9593a2368b84568e80cee0289c797271
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:52:04 2021 +0100
gnu: ataqv: Remove references to %outputs and %build-inputs.
* gnu/packages/bioinformatics.scm (ataqv)[arguments]: Remove references to
%outputs and %build-inputs by using a gexp.
---
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 d5672a4..b804f27 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13771,11 +13771,11 @@ on the needs of the user.")
(build-system gnu-build-system)
(arguments
`(#:make-flags
- (list (string-append "prefix=" (assoc-ref %outputs "out"))
- (string-append "BOOST_ROOT="
- (assoc-ref %build-inputs "boost"))
- (string-append "HTSLIB_ROOT="
- (assoc-ref %build-inputs "htslib")))
+ ,#~(list (string-append "prefix=" #$output)
+ (string-append "BOOST_ROOT="
+ #$(this-package-input "boost"))
+ (string-append "HTSLIB_ROOT="
+ #$(this-package-input "htslib")))
#:test-target "test"
#:phases
(modify-phases %standard-phases
- branch core-updates-frozen updated (c61e49a -> f2b99e3), guix-commits, 2021/12/05
- 03/18: gnu: sjcount: Remove trailing #T., guix-commits, 2021/12/05
- 01/18: gnu: dropseq-tools: Remove trailing #T., guix-commits, 2021/12/05
- 02/18: gnu: dropseq-tools: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 06/18: gnu: intervaltree: Remove reference to %outputs., guix-commits, 2021/12/05
- 04/18: gnu: sjcount: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 05/18: gnu: biobambam2: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 08/18: gnu: adapterremoval: Remove reference to %outputs., guix-commits, 2021/12/05
- 09/18: gnu: ataqv: Remove references to %outputs and %build-inputs.,
guix-commits <=
- 13/18: gnu: kraken2: Remove reference to %outputs., guix-commits, 2021/12/05
- 16/18: gnu: clapack: Pass -fcommon to compiler., guix-commits, 2021/12/05
- 17/18: gnu: metabat: Remove trailing #T., guix-commits, 2021/12/05
- 12/18: gnu: methyldackel: Remove reference to %outputs., guix-commits, 2021/12/05
- 14/18: gnu: tla2tools: Remove remaining reference to %output., guix-commits, 2021/12/05
- 07/18: gnu: bbmap: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 11/18: gnu: phast: Remove reference to %outputs., guix-commits, 2021/12/05
- 10/18: gnu: libsbml: Remove references to %build-inputs., guix-commits, 2021/12/05
- 15/18: gnu: clapack: Remove trailing #T., guix-commits, 2021/12/05
- 18/18: gnu: python-bwapy: Remove pre-built object files., guix-commits, 2021/12/05