mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
lilypond: disable parallel building
Example failure: https://hydra.nixos.org/build/63597640
This commit is contained in:
parent
99640dce1a
commit
587037c42d
@ -52,7 +52,7 @@ stdenv.mkDerivation rec{
|
||||
fontforge help2man groff makeWrapper t1utils
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
#enableParallelBuilding = true; # fatal error: parser.hh: No such file or directory
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Music typesetting system";
|
||||
|
Loading…
Reference in New Issue
Block a user