aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
blob: b3927bbafe9109d9850ea1958ae5d716c3873d0f (about) (plain)
blob size (166KB) exceeds display size limit (100KB).
ch file or directory mount.nfs: rpc.statd is not running but is required for remote locking. * gnu/packages/nfs.scm (nfs-utils)[inputs]: Point the util-linux label at util-linux:out and add util-linux:lib as a separate input. Tobias Geerinckx-Rice 2020-09-24gnu: nfs-utils: Do not generate static libraries....* gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static". Maxim Cournoyer 2020-07-30gnu: Add nfs4-acl-tools....* gnu/packages/nfs.scm (nfs4-acl-tools): New variable. * gnu/packages/patches/nfs4-acl-tools-0.3.7-fixpaths.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Marius Bakke <marius@gnu.org> Lars-Dominik Braun 2020-05-26gnu: nfs-utils: Update to 2.4.3....* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.3. Tobias Geerinckx-Rice 2020-04-08Merge branch 'master' into core-updates... Conflicts: etc/news.scm gnu/local.mk gnu/packages/check.scm gnu/packages/cross-base.scm gnu/packages/gimp.scm gnu/packages/java.scm gnu/packages/mail.scm gnu/packages/sdl.scm gnu/packages/texinfo.scm gnu/packages/tls.scm gnu/packages/version-control.scm Marius Bakke 2020-04-04gnu: nfs-utils: Fix the shebangs of the Python based tools....While attempting to debug NFS with 'mountstats' and other Python based tools, I was greeted by the error: bash: /run/current-system/profile/sbin/mountstats: /usr/bin/python: bad interpreter: No such file or directory Add python-wrapper, so that the Python shebangs get rewritten correctly. * gnu/packages/nfs.scm (nfs-utils)[inputs]: Add python-wrapper. Maxim Cournoyer 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-02-18gnu: nfs-utils: Use HTTPS home page....* gnu/packages/nfs.scm (nfs-utils)[home-page]: Use HTTPS. Tobias Geerinckx-Rice