mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
fcft: install documentation to separate outputs
This commit is contained in:
parent
e893030eb7
commit
fd5ddab244
@ -44,6 +44,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
|
||||
passthru.tests = {
|
||||
noShaping = fcft.override { withShapingTypes = []; };
|
||||
onlyGraphemeShaping = fcft.override { withShapingTypes = [ "grapheme" ]; };
|
||||
|
Loading…
Reference in New Issue
Block a user