fwts: enable parallel building
This commit is contained in:
parent
926965d4b1
commit
76127c322d
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace src/lib/include/fwts_binpaths.h --replace "/usr/bin/iasl" "${iasl}/bin/iasl"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://wiki.ubuntu.com/FirmwareTestSuite";
|
||||
description = "Firmware Test Suite";
|
||||
|
Loading…
Reference in New Issue
Block a user