mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
This patch changes the --ad-hoc flag to be positional. That is, the
packages that appear before --ad-hoc are interpreted as packages whose
inputs should be in the environment; the packages that appear after are
interpreted as packages to be directly added to the environment.
* guix/scripts/environment.scm (tag-package-arg, compact): New
procedures.
(%options): Tweak the handlers for --load and --expression options.
(options/resolve-packages): Preserve package mode tag.
(parse-args): Tweak argument handler to use package tagging procedure.
(guix-environment): Apply ad-hoc behavior on a per package basis.
* tests/guix-environment.sh: Add test.
* doc/guix.texi ("invoking guix environment"): Document new behavior of
--ad-hoc.
|
||
|---|---|---|
| .. | ||
| images | ||
| contributing.texi | ||
| emacs.texi | ||
| environment-gdb.scm | ||
| fdl-1.3.texi | ||
| guix.texi | ||
| package-hello.scm | ||