/nix/nix-daemon/

'> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nfs.scm
AgeCommit message (Collapse)Author
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.
2020-02-18gnu: nfs-utils: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/nfs.scm (nfs-utils)[home-page]: Use HTTPS.
2020-01-10gnu: nfs-utils: Build rpc.svcgssd.Ricardo Wurmus
* gnu/packages/nfs.scm (nfs-utils)[arguments]: Enable building of rpc.svcgssd.
2020-01-04gnu: nfs-utils: Update to 2.4.2.Ricardo Wurmus
* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.2. [source]: Remove patch. [arguments]: Update configure flags, remove fix-glibc-compatability phase, update substitutions. [inputs]: Add keyutils and rpcsvc-proto. * gnu/packages/patches/nfs-utils-missing-headers.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.