This commit is contained in:
Jeremie Dimino 2018-03-18 08:40:41 -04:00 committed by Rudi Grinberg
parent 2c59032181
commit f26615e5b3
1 changed files with 3 additions and 0 deletions

View File

@ -1058,6 +1058,9 @@ syntax:
universe. In any case, this is only for dependencies in the universe. In any case, this is only for dependencies in the
installed world, you must still specify all dependencies that come installed world, you must still specify all dependencies that come
from the workspace. from the workspace.
- ``(package <pkg>)`` depend on all files installed by ``<package>``, as well
as on the transitive package dependencies of ``<package>``. This can be used
to test a command against the files that will be installed
In all these cases, the argument supports `Variables expansion`_. In all these cases, the argument supports `Variables expansion`_.