tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
intel-gpu-tools: enable parallel building
Nikolay Amiantov
7 years ago
4b8e3c66
6493261b
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
intel-gpu-tools
default.nix
+2
pkgs/development/tools/misc/intel-gpu-tools/default.nix
···
25
25
substituteInPlace tests/Makefile.am --replace '$(CAIRO_CFLAGS)' '$(CAIRO_CFLAGS) $(GLIB_CFLAGS)'
26
26
'';
27
27
28
28
+
enableParallelBuilding = true;
29
29
+
28
30
meta = with stdenv.lib; {
29
31
homepage = https://01.org/linuxgraphics/;
30
32
description = "Tools for development and testing of the Intel DRM driver";