tikzit: disable parallel make

https://hydra.nixos.org/build/93736421
This commit is contained in:
Vladimír Čunát 2019-05-21 17:54:58 +02:00
parent cc960cb205
commit 74d31d8b1f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ qmake qttools flex bison ];
buildInputs = [ qtbase libsForQt5.poppler ];
enableParallelBuilding = true;
# src/data/tikzlexer.l:29:10: fatal error: tikzparser.parser.hpp: No such file or directory
enableParallelBuilding = false;
meta = with stdenv.lib; {
description = "A graphical tool for rapidly creating graphs and diagrams using PGF/TikZ";