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:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
--replace 'la_LDFLAGS =' 'la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS)'
|
||||
'';
|
||||
|
||||
outputs = [ "bin" "dev" "out" "doc" ] ++ stdenv.lib.optional pythonSupport "py";
|
||||
outputs = [ "bin" "dev" "out" "man" "doc" ] ++ stdenv.lib.optional pythonSupport "py";
|
||||
|
||||
buildInputs = [ libxml2.dev ] ++ stdenv.lib.optionals pythonSupport [ libxml2.py python2 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user