mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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"
|
||||
'' + (concatStringsSep ";"
|
||||
(map
|
||||
(x: ''cp "${x}" "$out/share/doc/$name || true;"'')
|
||||
(x: ''cp "${x}" "$out/share/doc/$name" || true;'')
|
||||
(getAttr ["extraDoc"] [] args)))) ["minInit" "defEnsureDir" "doUnpack"];
|
||||
|
||||
realPhaseNames =
|
||||
|
|
Loading…
Reference in a new issue