gtkmm2: enable parallel building

This commit is contained in:
Nikolay Amiantov 2018-03-06 13:01:46 +03:00
parent fe708a3462
commit 91a2ad21ad

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
doCheck = true;
enableParallelBuilding = true;
meta = {
description = "C++ interface to the GTK+ graphical user interface library";