Merge pull request #200089 from ryantm/doc-fix

nixpkgs/doc/stdenv: fix admonition class
This commit is contained in:
Ryan Mulligan
2022-11-08 05:21:40 -08:00
committed by GitHub
+1 -1
View File
@@ -887,7 +887,7 @@ Packages may expect or require other utilities to be available at runtime.
Use `--prefix` to explicitly set dependencies in `PATH`.
:::{note}
::: {.note}
`--prefix` essentially hard-codes dependencies into the wrapper.
They cannot be overridden without rebuilding the package.
:::