* Forgot a few utillinuxng references.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30866
This commit is contained in:
Eelco Dolstra
2011-12-13 12:57:32 +00:00
parent 39c8bfdcc4
commit c044d7f56f
6 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, tcpWrapper, utillinuxng, libcap }:
{ fetchurl, stdenv, tcpWrapper, utillinux, libcap }:
stdenv.mkDerivation rec {
name = "nfs-utils-1.2.3";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
# Needs `libblkid' and `libcomerr' from `e2fsprogs' or `util-linux-ng'.
buildInputs = [ tcpWrapper utillinuxng libcap ];
buildInputs = [ tcpWrapper utillinux libcap ];
# FIXME: Add the dependencies needed for NFSv4 and TI-RPC.
configureFlags =