mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ in
|
|||
libxcb = attrs : attrs // {
|
||||
nativeBuildInputs = [ args.python ];
|
||||
configureFlags = "--enable-xkb --enable-xinput";
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
outputs = [ "out" "dev" "man" "doc" ];
|
||||
};
|
||||
|
||||
xcbproto = attrs : attrs // {
|
||||
|
@ -177,7 +177,7 @@ in
|
|||
};
|
||||
|
||||
libXext = attrs: attrs // {
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
outputs = [ "out" "dev" "man" "doc" ];
|
||||
propagatedBuildInputs = [ xorg.xproto xorg.libXau ];
|
||||
preConfigure = setMalloc0ReturnsNullCrossCompiling;
|
||||
};
|
||||
|
@ -187,7 +187,7 @@ in
|
|||
};
|
||||
|
||||
libXi = attrs: attrs // {
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
outputs = [ "out" "dev" "man" "doc" ];
|
||||
propagatedBuildInputs = [ xorg.libXfixes ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue