Merge pull request #90513 from cole-h/fish
fish: install docs to $out/share/doc/fish
This commit is contained in:
commit
ac897afeb3
@ -125,6 +125,10 @@ let
|
|||||||
pcre2
|
pcre2
|
||||||
];
|
];
|
||||||
|
|
||||||
|
cmakeFlags = [
|
||||||
|
"-DCMAKE_INSTALL_DOCDIR=${placeholder "out"}/share/doc/fish"
|
||||||
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs ./build_tools/git_version_gen.sh
|
patchShebangs ./build_tools/git_version_gen.sh
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user