mcelog: build in parallel

This commit is contained in:
Tobias Geerinckx-Rice 2015-09-29 23:08:34 +02:00
parent fc381c5e0c
commit 7e3bd2e86d

@ -20,6 +20,8 @@ stdenv.mkDerivation {
substituteInPlace Makefile --replace '"unknown"' '"${version}"'
'';
enableParallelBuilding = true;
installFlags = "DESTDIR=$(out) prefix= DOCDIR=/share/doc";
meta = with stdenv.lib; {