website: parameterized-package-for-guix: Minor tweaks.

* website/posts/parameterized-packages-for-guix.md: Add missing quotes
and periods.
This commit is contained in:
Ludovic Courtès 2023-06-09 16:06:39 +02:00
parent e9c5fe49c9
commit 0250b260c8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -37,14 +37,14 @@ features:
parameters a package supports, along with a _default configuration_
of parameters for a given package.
- Users will be able to pass parameters they want enabled or disabled
through --with-parameters which will then get validated against the
through `--with-parameters` which will then get validated against the
valid combinations specified by maintainers before being run
- For a given package and a given set of parameters, only those in
the package's parameter specification will be used
- Users will be able to specify a global parameter transform that
will apply to all packages - Packages will be built with the
will apply to all packages. Packages will be built with the
_default_ configuration if the global transform creates an
invalid configuration
invalid configuration.
# Potential Problems with Parameterization