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
This commit is contained in:
Lluís Batlle i Rossell
2010-11-26 14:40:39 +00:00
15 changed files with 391 additions and 18 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{ fetchurl, stdenv, tcpWrapper, utillinuxng, libcap }:
stdenv.mkDerivation rec {
name = "nfs-utils-1.2.2";
name = "nfs-utils-1.2.3";
src = fetchurl {
url = "mirror://sourceforge/nfs/${name}.tar.bz2";
sha256 = "07nhr7ds5ic4x81l9qphrlmi4ifxl28xzr1zpzvg334ncrv2fizx";
sha256 = "06gzb4idg6rkr4wpj7lrdmg3zdqiz86j43dygykbyz0987lyqxam";
};
# Needs `libblkid' and `libcomerr' from `e2fsprogs' or `util-linux-ng'.