aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-11-14 08:18:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-11-14 10:14:03 +0100
commit8b4178cd948c9baaac54ca969de45b9994dcb867 (patch)
tree1ecc9763c5e5cc0f9a24d555c6892f36c239b907 /build-aux
parent65d81e7513f6308b187a6455597eedf22182b6f4 (diff)
downloadguix-8b4178cd948c9baaac54ca969de45b9994dcb867.tar.gz
guix-8b4178cd948c9baaac54ca969de45b9994dcb867.zip
gnu: r-rcpp: Update to 1.0.3.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.3.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
08services: nfs: Run rpc.mountd in foreground....Fixes <https://bugs.gnu.org/39708>. Shepherd doesn't keep track of processes that fork themselves and would disable the process after restarting it a couple times. * gnu/services/nfs.scm (nfs-shepherd-services): Invoke rpc.mountd with the '--foreground' option. Maxim Cournoyer