mcelog: build in parallel
This commit is contained in:
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; {
|
||||
|
Loading…
Reference in New Issue
Block a user