xorg: Split some man outputs from doc
Because soon manpages won't go to $doc anymore.
This commit is contained in:
parent
486e1c3c16
commit
ebdbc08583
@ -73,7 +73,7 @@ in
|
|||||||
libxcb = attrs : attrs // {
|
libxcb = attrs : attrs // {
|
||||||
nativeBuildInputs = [ args.python ];
|
nativeBuildInputs = [ args.python ];
|
||||||
configureFlags = "--enable-xkb --enable-xinput";
|
configureFlags = "--enable-xkb --enable-xinput";
|
||||||
outputs = [ "out" "dev" "doc" ];
|
outputs = [ "out" "dev" "man" "doc" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
xcbproto = attrs : attrs // {
|
xcbproto = attrs : attrs // {
|
||||||
@ -177,7 +177,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
libXext = attrs: attrs // {
|
libXext = attrs: attrs // {
|
||||||
outputs = [ "out" "dev" "doc" ];
|
outputs = [ "out" "dev" "man" "doc" ];
|
||||||
propagatedBuildInputs = [ xorg.xproto xorg.libXau ];
|
propagatedBuildInputs = [ xorg.xproto xorg.libXau ];
|
||||||
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
||||||
};
|
};
|
||||||
@ -187,7 +187,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
libXi = attrs: attrs // {
|
libXi = attrs: attrs // {
|
||||||
outputs = [ "out" "dev" "doc" ];
|
outputs = [ "out" "dev" "man" "doc" ];
|
||||||
propagatedBuildInputs = [ xorg.libXfixes ];
|
propagatedBuildInputs = [ xorg.libXfixes ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user