fish: split doc

it is 3.6M
This commit is contained in:
Artturin
2022-05-26 15:53:17 +03:00
committed by Cole Helbling
parent 23684fc690
commit 8445bf5f63
+2 -1
View File
@@ -186,6 +186,7 @@ let
rm tests/pexpects/exit_handlers.py
'';
outputs = [ "out" "doc" ];
strictDeps = true;
nativeBuildInputs = [
cmake
@@ -199,7 +200,7 @@ let
];
cmakeFlags = [
"-DCMAKE_INSTALL_DOCDIR=${placeholder "out"}/share/doc/fish"
"-DCMAKE_INSTALL_DOCDIR=${placeholder "doc"}/share/doc/fish"
] ++ lib.optionals stdenv.isDarwin [
"-DMAC_CODESIGN_ID=OFF"
];