From e1f78bf677e10c6870b416148eef1b2755498097 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 27 Jul 2015 00:25:53 +0200 Subject: More docs/manpages in separate outputs --- pkgs/shells/bash/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/shells/bash') diff --git a/pkgs/shells/bash/default.nix b/pkgs/shells/bash/default.nix index 014a3ad4a2c..ea65e1f63c8 100644 --- a/pkgs/shells/bash/default.nix +++ b/pkgs/shells/bash/default.nix @@ -18,6 +18,8 @@ stdenv.mkDerivation rec { inherit sha256; }; + outputs = [ "out" "doc" ]; + NIX_CFLAGS_COMPILE = '' -DSYS_BASHRC="/etc/bashrc" -DSYS_BASH_LOGOUT="/etc/bash_logout" -- cgit 1.4.1