Ported replace renaming to replace-literal to avoid conflict with MySQL package supplying own tool with name replace.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10704
This commit is contained in:
@@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
||||
|
||||
makeFlags = "TREE=\$(out)";
|
||||
|
||||
postInstall = "mv \$out/bin/replace \$out/bin/replace-literal";
|
||||
|
||||
meta = {
|
||||
homepage = http://replace.richardlloyd.org.uk/;
|
||||
description = "A tool to replace verbatim strings";
|
||||
|
||||
Reference in New Issue
Block a user