Fixing the name of xxdiff.

svn path=/nixpkgs/trunk/; revision=14692
This commit is contained in:
Lluís Batlle i Rossell 2009-03-24 19:24:14 +00:00
parent 7652248443
commit 6b8acbd2dc

View file

@ -30,7 +30,7 @@ rec {
cd ..
'') ["minInit" "doMake" "defEnsureDir" "addInputs"];
name = "xxdiff" + version;
name = "xxdiff-" + version;
meta = {
description = "Interactive merge tool";
};