thin-provisioning-tools: enable parallel building

This commit is contained in:
Will Dietz 2018-05-08 15:23:32 -05:00
parent 42e4f90afb
commit de810b8180
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
block-cache/io_engine.h unit-tests/io_engine_t.cc
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://github.com/jthornber/thin-provisioning-tools/;
description = "A suite of tools for manipulating the metadata of the dm-thin device-mapper target";