mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00: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
@ -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 New Issue
Block a user