aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
Diffstat (limited to 'ROADMAP')
0 files changed, 0 insertions, 0 deletions
logsubject'>gnu: nfs-utils: Do not generate static libraries.Maxim Cournoyer * gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static". 2020-07-30gnu: Add nfs4-acl-tools.Lars-Dominik Braun * 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> 2020-05-26gnu: nfs-utils: Update to 2.4.3.Tobias Geerinckx-Rice * gnu/packages/nfs.scm (nfs-utils): Update to 2.4.3. 2020-04-08Merge branch 'master' into core-updatesMarius Bakke 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 2020-04-04gnu: nfs-utils: Fix the shebangs of the Python based tools.Maxim Cournoyer 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.