1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

Revert "nfs-utils: update from 1.2.5 to 1.3.1"

This reverts commit bde3fe2335.
This commit is contained in:
Luca Bruno 2015-02-16 13:51:33 +01:00
parent 8b666652a5
commit 915075ca0e

View file

@ -1,18 +1,18 @@
{ fetchurl, stdenv, tcp_wrappers, utillinux, libcap, libtirpc, libevent, libnfsidmap
, lvm2, e2fsprogs, python, sqlite
, lvm2, e2fsprogs, python
}:
stdenv.mkDerivation rec {
name = "nfs-utils-1.3.1";
name = "nfs-utils-1.2.5";
src = fetchurl {
url = "mirror://sourceforge/nfs/${name}.tar.bz2";
sha256 = "1lxfjl6mzdfn7kw2hcn40q9xn40a539iv7spzqbj1sfkvzxlm33l";
sha256 = "16ssfkj36ljifyaskgwpd3ys8ylhi5gasq88aha3bhg5dr7yv59m";
};
buildInputs =
[ tcp_wrappers utillinux libcap libtirpc libevent libnfsidmap
lvm2 e2fsprogs python sqlite
lvm2 e2fsprogs python
];
# FIXME: Add the dependencies needed for NFSv4 and TI-RPC.