Unverified Commit 7957b4cf authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

liberation_ttf_v1: fix build after #248865
parents 2e6e83d2 81326593
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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; {