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 .. cd ..
'') ["minInit" "doMake" "defEnsureDir" "addInputs"]; '') ["minInit" "doMake" "defEnsureDir" "addInputs"];
name = "xxdiff" + version; name = "xxdiff-" + version;
meta = { meta = {
description = "Interactive merge tool"; description = "Interactive merge tool";
}; };