Oops. A stupid typo fixed.
svn path=/nixpkgs/trunk/; revision=13632
This commit is contained in:
parent
7115d5e143
commit
a69221ec2b
@ -391,7 +391,7 @@ args: with args; with stringsWithDeps; with lib;
|
|||||||
ensureDir "$out/share/doc/$name"
|
ensureDir "$out/share/doc/$name"
|
||||||
'' + (concatStringsSep ";"
|
'' + (concatStringsSep ";"
|
||||||
(map
|
(map
|
||||||
(x: ''cp "${x}" "$out/share/doc/$name || true;"'')
|
(x: ''cp "${x}" "$out/share/doc/$name" || true;'')
|
||||||
(getAttr ["extraDoc"] [] args)))) ["minInit" "defEnsureDir" "doUnpack"];
|
(getAttr ["extraDoc"] [] args)))) ["minInit" "defEnsureDir" "doUnpack"];
|
||||||
|
|
||||||
realPhaseNames =
|
realPhaseNames =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user