Commit graph

20 commits

Author SHA1 Message Date
Bjørn Forsman f96684c71a nfs-utils: add missing python dependency
nfsiostat is written in python.

python is already in the closure of nfs-utils, so this adds no cost.
2014-09-30 18:40:35 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Eelco Dolstra 59e979177d Remove duplicate tcp-wrappers package 2012-11-29 15:26:13 +01:00
Eelco Dolstra 0f8345a7f2 Small cleanup 2012-10-26 11:08:29 +02:00
Lluís Batlle i Rossell 61d475d2e0 nfs-utils PAGE_SIZE patch.
Otherwise it fails on ARM.

Patch by Rickard Nilsson.


svn path=/nixpkgs/trunk/; revision=33329
2012-03-21 11:56:33 +00:00
Lluís Batlle i Rossell 28027d4771 Aestethic changes suggested by Eelco, and trying to fix
the problem on rpc.statd, that looks at /etc/netconfig.

Problem: http://hydra.nixos.org/build/2310686/log/raw


svn path=/nixpkgs/trunk/; revision=33322
2012-03-21 09:18:40 +00:00
Lluís Batlle i Rossell b2d61a850d Enabling nfsv4 and nfsv41 in nfsUtils (or at least I think so).
svn path=/nixpkgs/trunk/; revision=33315
2012-03-20 23:17:45 +00:00
Eelco Dolstra b2f0319bc2 * nfs-utils updated to 1.2.5.
svn path=/nixpkgs/trunk/; revision=33158
2012-03-16 13:55:10 +00:00
Eelco Dolstra c044d7f56f * Forgot a few utillinuxng references.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30866
2011-12-13 12:57:32 +00:00
Lluís Batlle i Rossell 0e4c970d11 Updating from trunk - I hope I fixed the conflict around gettext - I left it as
it was before merging.


svn path=/nixpkgs/branches/stdenv-updates/; revision=24876
2010-11-26 14:40:39 +00:00
Eelco Dolstra 5b89031ff5 * nfs-utils updated to 1.2.3.
svn path=/nixpkgs/trunk/; revision=24857
2010-11-25 15:59:08 +00:00
Lluís Batlle i Rossell 1ba3c5ebd7 Fixing the tarball job
svn path=/nixpkgs/branches/stdenv-updates/; revision=23610
2010-09-03 08:44:38 +00:00
Lluís Batlle i Rossell 9fa49630a2 Making nfs-utils build on mips (I had to tell it where rpcgen is)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23495
2010-08-29 10:00:08 +00:00
Lluís Batlle i Rossell 237884a8bf Disabling the nfs-utils test on mips (one test fails, I don't know why)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23322
2010-08-21 17:13:28 +00:00
Lluís Batlle i Rossell 7ccbfc1746 Fixing nfsUtils rpc.statd about pointing to the sm-notify binary. It pointed to
/usr/sbin

svn path=/nixpkgs/trunk/; revision=21689
2010-05-09 19:14:06 +00:00
Ludovic Courtès 7802763b45 Linux nfs-utils 1.2.2.
svn path=/nixpkgs/trunk/; revision=21336
2010-04-27 09:43:22 +00:00
Eelco Dolstra 6f70fd1c6b * util-linux-ng: updated to 2.16. Don't build a separate mount
anymore since the build process was very hacky.  Instead
  mount/umount looks for mount helpers in
  /var/run/current-system/sw/sbin.  It would be better to use an
  environment variable, but that would be risky if mount is setuid
  root.
* e2fsprogs: updated to 1.41.8.  Don't build libuuid, libblkid
  etc. anymore, since they have been moved to util-linux-ng.
* nfs-utils: updated to 1.2.0.

svn path=/nixpkgs/trunk/; revision=16682
2009-08-11 20:57:29 +00:00
Ludovic Courtès 1a64758585 Add Linux nfs-utils.
svn path=/nixpkgs/trunk/; revision=11367
2008-03-30 17:42:49 +00:00
Yury G. Kudryashov 5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Marc Weber 42ee316fcc Not yet working nfs-utils with dependency
svn path=/nixpkgs/trunk/; revision=9764
2007-11-20 15:55:37 +00:00