Merge pull request #90513 from cole-h/fish
fish: install docs to $out/share/doc/fish
This commit is contained in:
commit
ac897afeb3
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,10 @@ let
|
|||
pcre2
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_INSTALL_DOCDIR=${placeholder "out"}/share/doc/fish"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs ./build_tools/git_version_gen.sh
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue