lilypond: disable parallel building

Example failure: https://hydra.nixos.org/build/63597640
This commit is contained in:
Vladimír Čunát 2017-11-05 19:18:34 +01:00
parent 99640dce1a
commit 587037c42d
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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