mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-lpsymphony: Add missing input.
* gnu/packages/bioconductor.scm (r-lpsymphony)[native-inputs]: Add gfortran. Change-Id: Id5bcbdb1bf19364fc8cbee905efb18698893f771
This commit is contained in:
parent
641d197db5
commit
4860cad2d6
1 changed files with 1 additions and 1 deletions
|
@ -15697,7 +15697,7 @@ (define-public r-lpsymphony
|
|||
(list zlib))
|
||||
(native-inputs
|
||||
(append
|
||||
(list pkg-config r-knitr r-testthat)
|
||||
(list gfortran pkg-config r-knitr r-testthat)
|
||||
(if (or (target-aarch64?)
|
||||
(target-riscv64?))
|
||||
(list config)
|
||||
|
|
Loading…
Reference in a new issue