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:
Ricardo Wurmus 2021-12-04 15:31:31 +01:00
parent e920101141
commit 88bb81b515
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6721,9 +6721,9 @@ (define-public plink
"plink-endian-detection.patch")))) "plink-endian-detection.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ;no "check" target `(#:tests? #f ;no "check" target
#:make-flags (list (string-append "LIB_LAPACK=" #:make-flags ,#~(list (string-append "LIB_LAPACK="
(assoc-ref %build-inputs "lapack") #$(this-package-input "lapack")
"/lib/liblapack.so") "/lib/liblapack.so")
"WITH_LAPACK=1" "WITH_LAPACK=1"
"FORCE_DYNAMIC=1" "FORCE_DYNAMIC=1"