mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
parent
cc960cb205
commit
74d31d8b1f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user