gnu: Add updater input properties for R and Python packages.

* gnu/packages/cran.scm (r-glue, r-xfun, r-vctrs)
(r-lifecycle): Turn comment about r-knitr into 'properties' field.
* gnu/packages/mpi.scm (python-mpi4py)[properties]: New field.
This commit is contained in:
Ludovic Courtès 2023-05-28 23:02:27 +02:00
parent 57ceb64e34
commit 9f7cd1fcaf
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 18 additions and 20 deletions

View file

@ -422,6 +422,8 @@ only provides @code{MPI_THREAD_FUNNELED}.")))
#t)))))
(inputs
(list openmpi))
(properties
'((updater-extra-inputs . ("openmpi"))))
(home-page "https://github.com/mpi4py/mpi4py")
(synopsis "Python bindings for the Message Passing Interface standard")
(description "MPI for Python (mpi4py) provides bindings of the Message