Merge pull request #249059 from K900/unbreak-liberation-fonts

liberation_ttf_v1: fix build after #248865
This commit is contained in:
7c6f434c
2023-08-14 09:09:23 +00:00
committed by GitHub
+4 -1
View File
@@ -20,7 +20,10 @@ let
installPhase = ''
find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/truetype {} \;
install -m444 -Dt $out/share/doc/${pname}-${version} ${lib.concatStringsSep " " docsToInstall}
for i in ${toString docsToInstall}; do
# not all docs exist in all versions
install -m444 -Dt $out/share/doc/${pname}-${version} $i || true
done
'';
meta = with lib; {