gnu: r-mzr: Fix building on aarch64 and armhf.

* gnu/packages/bioinformatics.scm (r-mzr)[inputs]: Add boost.
master
Efraim Flashner 2017-08-16 10:46:48 +03:00
parent 953a12fa9b
commit d534f3a4d3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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)