hardlink: initial version

Hardlink consolidates duplicate files in a directory hierarchy with hardlinks,
similar to "nix-store --optimise".

IHMO, this program should be run by the default builder after $out has been set
up, to remove redundancy in the generated closures.

svn path=/nixpkgs/trunk/; revision=31934
This commit is contained in:
Peter Simons
2012-01-30 11:40:20 +00:00
parent f1e16ea3c9
commit c5ecd1752c
2 changed files with 39 additions and 0 deletions

View File

@@ -830,6 +830,8 @@ let
pigz = callPackage ../tools/compression/pigz { };
hardlink = callPackage ../tools/system/hardlink { };
halibut = callPackage ../tools/typesetting/halibut { };
hddtemp = callPackage ../tools/misc/hddtemp { };