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:
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0nxb4x8l092xckk4dy84cn5qhviif8akzy0miypapjqqbalm53fa";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs .
|
||||
|
||||
Reference in New Issue
Block a user