shadow: Separate man output

This removes ~2 MiB from the minimal config.
This commit is contained in:
Eelco Dolstra 2016-09-05 14:46:41 +02:00
parent ff7368e944
commit e8315cb1ca

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
patches = [ ./keep-path.patch dots_in_usernames ];
outputs = [ "out" "su" ];
outputs = [ "out" "su" "man" ];
# Assume System V `setpgrp (void)', which is the default on GNU variants
# (`AC_FUNC_SETPGRP' is not cross-compilation capable.)