mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: plink: Remove reference to %build-inputs.
* gnu/packages/bioinformatics.scm (plink)[arguments]: Use a gexp to replace reference to %build-inputs.
This commit is contained in:
parent
e920101141
commit
88bb81b515
1 changed files with 8 additions and 8 deletions
|
@ -6721,9 +6721,9 @@ (define-public plink
|
|||
"plink-endian-detection.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ;no "check" target
|
||||
#:make-flags (list (string-append "LIB_LAPACK="
|
||||
(assoc-ref %build-inputs "lapack")
|
||||
`(#:tests? #f ;no "check" target
|
||||
#:make-flags ,#~(list (string-append "LIB_LAPACK="
|
||||
#$(this-package-input "lapack")
|
||||
"/lib/liblapack.so")
|
||||
"WITH_LAPACK=1"
|
||||
"FORCE_DYNAMIC=1"
|
||||
|
|
Loading…
Reference in a new issue