Remove duplicate tcp-wrappers package

This commit is contained in:
Eelco Dolstra
2012-11-29 15:26:13 +01:00
parent ea1d49d0a1
commit 59e979177d
8 changed files with 5 additions and 128 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, tcpWrapper, utillinux, libcap, libtirpc, libevent, libnfsidmap
{ fetchurl, stdenv, tcp_wrappers, utillinux, libcap, libtirpc, libevent, libnfsidmap
, lvm2, e2fsprogs }:
stdenv.mkDerivation rec {
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildInputs =
[ tcpWrapper utillinux libcap libtirpc libevent libnfsidmap
[ tcp_wrappers utillinux libcap libtirpc libevent libnfsidmap
lvm2 e2fsprogs
];