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

terminus_font: reliably generate fontdir
This commit is contained in:
Michele Guerini Rocco 2023-04-28 08:46:14 +02:00 committed by GitHub
commit 6f49c0cb29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";