Unverified Commit 6f49c0cb authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

Merge pull request #227769 from raboof/terminus-reliably-generate-fontdir

terminus_font: reliably generate fontdir
parents d1daf72c 78e4a5a4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ stdenv.mkDerivation rec {
  '';

  installTargets = [ "install" "install-otb" "fontdir" ];
  # fontdir depends on the previous two targets, but this is not known
  # to make, so we need to disable parallelism:
  enableParallelInstalling = false;

  meta = with lib; {
    description = "A clean fixed width font";