Revert "nfs-utils: update from 1.2.5 to 1.3.1"
This reverts commit bde3fe23357195e73af8bcee44bfe88a85dd8356.
This commit is contained in:
parent
8b666652a5
commit
915075ca0e
@ -1,18 +1,18 @@
|
|||||||
{ fetchurl, stdenv, tcp_wrappers, utillinux, libcap, libtirpc, libevent, libnfsidmap
|
{ fetchurl, stdenv, tcp_wrappers, utillinux, libcap, libtirpc, libevent, libnfsidmap
|
||||||
, lvm2, e2fsprogs, python, sqlite
|
, lvm2, e2fsprogs, python
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nfs-utils-1.3.1";
|
name = "nfs-utils-1.2.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/nfs/${name}.tar.bz2";
|
url = "mirror://sourceforge/nfs/${name}.tar.bz2";
|
||||||
sha256 = "1lxfjl6mzdfn7kw2hcn40q9xn40a539iv7spzqbj1sfkvzxlm33l";
|
sha256 = "16ssfkj36ljifyaskgwpd3ys8ylhi5gasq88aha3bhg5dr7yv59m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ tcp_wrappers utillinux libcap libtirpc libevent libnfsidmap
|
[ tcp_wrappers utillinux libcap libtirpc libevent libnfsidmap
|
||||||
lvm2 e2fsprogs python sqlite
|
lvm2 e2fsprogs python
|
||||||
];
|
];
|
||||||
|
|
||||||
# FIXME: Add the dependencies needed for NFSv4 and TI-RPC.
|
# FIXME: Add the dependencies needed for NFSv4 and TI-RPC.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user