* Don't use replaceChars. It's slow.

svn path=/nixos/trunk/; revision=33270
This commit is contained in:
Eelco Dolstra 2012-03-19 18:07:28 +00:00
parent fcc2e985a2
commit f546837cdf
1 changed files with 1 additions and 3 deletions

View File

@ -417,9 +417,7 @@ let
config = {
# The default name is the name extracted from the attribute path.
name = mkDefaultValue (
replaceChars ["<" ">" "*"] ["_" "_" "_name_"] name
);
name = mkDefaultValue name;
# Default path for Upstart jobs. Should be quite minimal.
path =