treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0qjiqc5pknaal57453nxcbz3mn1r4hkyywam41wfcglq3v2qlg39";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "lib" "doc" ]
|
||||
outputs = [ "out" "dev" "lib" "man" "doc" ]
|
||||
++ stdenv.lib.optional (pam != null) "pam";
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
||||
Reference in New Issue
Block a user