Commit graph

5 commits

Author SHA1 Message Date
Ludovic Courtès e221d7ce61 TCP Wrappers: Use the Debian patches.
It has the following side effects (among others):

  * Fix compilation on x86_64.  We now only install the shared
    library and one of the Debian patches makes sure its objects
    are compiled with `-fPIC'.

  * Provide IPv6 support.

  * Fix man pages.

  * Fix `linux' makefile target.


svn path=/nixpkgs/trunk/; revision=14255
2009-02-26 09:53:31 +00:00
Ludovic Courtès 76ac9b3b86 tcp-wrapper: Install header files.
svn path=/nixpkgs/trunk/; revision=11137
2008-03-15 22:51:05 +00:00
Ludovic Courtès ac2f2f6cc5 Add `tcp-wrapper'.
svn path=/nixpkgs/trunk/; revision=11136
2008-03-15 22:41:31 +00:00
Yury G. Kudryashov 5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Marc Weber 42ee316fcc Not yet working nfs-utils with dependency
svn path=/nixpkgs/trunk/; revision=9764
2007-11-20 15:55:37 +00:00