Merge pull request #227769 from raboof/terminus-reliably-generate-fontdir
terminus_font: reliably generate fontdir
This commit is contained in:
commit
6f49c0cb29
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue