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

* gnu/packages/bioinformatics.scm (r-mzr)[inputs]: Add boost.
This commit is contained in:
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

View file

@ -8812,7 +8812,8 @@ (define-public r-mzr
(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)