mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
stdenv: clarify how outputsToInstall
is chosen
See https://github.com/NixOS/nixpkgs/pull/14694/files#r60013871
This commit is contained in:
parent
5ff40ddedf
commit
d4794c3630
@ -223,7 +223,7 @@ let
|
||||
# include it in the result, it *is* available to nix-env for queries.
|
||||
meta = { }
|
||||
# If the packager hasn't specified `outputsToInstall`, choose a default,
|
||||
# namely `lib.getBin p`;
|
||||
# which is the name of `p.bin or p.out or p`;
|
||||
# if he has specified it, it will be overridden below in `// meta`.
|
||||
# Note: This default probably shouldn't be globally configurable.
|
||||
# Services and users should specify outputs explicitly,
|
||||
|
Loading…
Reference in New Issue
Block a user