mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-rhtslib: Fix build.
* gnu/packages/bioinformatics.scm (r-rhtslib)[arguments]: Add "--no-staged-install" to configure flags.
This commit is contained in:
parent
fc3ebc3023
commit
3153ca9d5f
1 changed files with 3 additions and 0 deletions
|
@ -8290,6 +8290,9 @@ (define-public r-rhtslib
|
|||
"13fv78sk5g0gqfl3ks3rps3zc1k66a4lzxvgn36r7ix43yxk7hnr"))))
|
||||
(properties `((upstream-name . "Rhtslib")))
|
||||
(build-system r-build-system)
|
||||
;; Without this a temporary directory ends up in the Rhtslib.so binary,
|
||||
;; which makes R abort the build.
|
||||
(arguments '(#:configure-flags '("--no-staged-install")))
|
||||
(propagated-inputs
|
||||
`(("r-zlibbioc" ,r-zlibbioc)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue