mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: plink: Remove trailing #T.
* gnu/packages/bioinformatics.scm (plink)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
a4e7475edc
commit
e920101141
1 changed files with 4 additions and 5 deletions
|
@ -6737,8 +6737,7 @@ (define-public plink
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((bin (string-append (assoc-ref outputs "out")
|
(let ((bin (string-append (assoc-ref outputs "out")
|
||||||
"/bin/")))
|
"/bin/")))
|
||||||
(install-file "plink" bin)
|
(install-file "plink" bin)))))))
|
||||||
#t))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
("lapack" ,lapack)))
|
("lapack" ,lapack)))
|
||||||
|
|
Loading…
Reference in a new issue