Fixing the name of xxdiff.
svn path=/nixpkgs/trunk/; revision=14692
This commit is contained in:
parent
7652248443
commit
6b8acbd2dc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ rec {
|
|||
cd ..
|
||||
'') ["minInit" "doMake" "defEnsureDir" "addInputs"];
|
||||
|
||||
name = "xxdiff" + version;
|
||||
name = "xxdiff-" + version;
|
||||
meta = {
|
||||
description = "Interactive merge tool";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue