From d4794c36306616faa96b0dd5a6f0696d96973738 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Mon, 18 Apr 2016 17:06:15 +0300 Subject: [PATCH] stdenv: clarify how `outputsToInstall` is chosen See https://github.com/NixOS/nixpkgs/pull/14694/files#r60013871 --- pkgs/stdenv/generic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/stdenv/generic/default.nix b/pkgs/stdenv/generic/default.nix index 5d3b1682f396..a51289fa9019 100644 --- a/pkgs/stdenv/generic/default.nix +++ b/pkgs/stdenv/generic/default.nix @@ -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,