intel-gpu-tools: enable parallel building

This commit is contained in:
Nikolay Amiantov 2018-03-19 03:00:34 +03:00
parent 6493261bf2
commit 4b8e3c66d9
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
substituteInPlace tests/Makefile.am --replace '$(CAIRO_CFLAGS)' '$(CAIRO_CFLAGS) $(GLIB_CFLAGS)'
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://01.org/linuxgraphics/;
description = "Tools for development and testing of the Intel DRM driver";