hivex: enable parallel building
Tested at -j4.
This commit is contained in:
parent
49927672f7
commit
39fd1c608c
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||
++ (with perlPackages; [ perl IOStringy ])
|
||||
++ lib.optionals stdenv.isDarwin [ libintl ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/hivexregedit \
|
||||
--set PERL5LIB "$out/${perlPackages.perl.libPrefix}" \
|
||||
|
|
Loading…
Reference in a new issue