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:
Cole Helbling 2020-06-15 09:20:49 -07:00
parent aa060ababf
commit 09fd67354e
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -125,6 +125,10 @@ let
pcre2
];
cmakeFlags = [
"-DCMAKE_INSTALL_DOCDIR=${placeholder "out"}/share/doc/fish"
];
preConfigure = ''
patchShebangs ./build_tools/git_version_gen.sh
'';