mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: dropseq-tools: Remove reference to %build-inputs.
* gnu/packages/bioinformatics.scm (dropseq-tools)[arguments]: Remove reference to %build-inputs by using a gexp.
This commit is contained in:
parent
1462e5c919
commit
c1fe074915
1 changed files with 3 additions and 3 deletions
|
@ -10757,9 +10757,9 @@ (define-public dropseq-tools
|
|||
#:source-dir "public/src/"
|
||||
#:jdk ,icedtea-8
|
||||
#:make-flags
|
||||
(list (string-append "-Dpicard.executable.dir="
|
||||
(assoc-ref %build-inputs "java-picard")
|
||||
"/share/java/"))
|
||||
(list ,#~(string-append "-Dpicard.executable.dir="
|
||||
#$(this-package-input "java-picard")
|
||||
"/share/java/"))
|
||||
#:modules ((ice-9 match)
|
||||
(srfi srfi-1)
|
||||
(guix build utils)
|
||||
|
|
Loading…
Reference in a new issue