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:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1fyc2c7jzr7k797c2dqyyvapzc3szxwcp48r382yxz2yq558xgd9";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "doc"];
|
||||
outputs = [ "out" "dev" "man"];
|
||||
|
||||
cmakeFlags = ''
|
||||
-DWITH_MATLAB=false
|
||||
|
||||
Reference in New Issue
Block a user