gnu: r-mzr: Fix building on aarch64 and armhf.
* gnu/packages/bioinformatics.scm (r-mzr)[inputs]: Add boost.
This commit is contained in:
parent
953a12fa9b
commit
d534f3a4d3
|
@ -8812,7 +8812,8 @@ proteomics packages.")
|
|||
(properties `((upstream-name . "mzR")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("netcdf" ,netcdf)))
|
||||
`(("boost" ,boost)
|
||||
("netcdf" ,netcdf)))
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
|
|
Loading…
Reference in New Issue