fish: install docs to $out/share/doc/fish
Otherwise, it ended up going to $out/share/doc, which would pollute this shared directory, as well as clash with other similarly misbehaving packages.
This commit is contained in:
parent
aa060ababf
commit
09fd67354e
|
@ -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 New Issue