man-pages: include man3 in $out

The previous patch to this file removed the docdev output, but did
not actually provide the files that were in the docdev output in out.
This patch fixes the issue.
This commit is contained in:
Benno Fünfstück 2016-09-29 00:18:35 +02:00
parent 9ebc98e53d
commit 0a2b08884c

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
};
makeFlags = [ "MANDIR=$(out)/share/man" ];
outputDocdev = "out";
meta = with stdenv.lib; {
description = "Linux development manual pages";