hivex: enable parallel building

Tested at -j4.
This commit is contained in:
Alyssa Ross 2022-12-02 11:08:27 +00:00 committed by Alyssa Ross
parent 49927672f7
commit 39fd1c608c

View file

@ -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}" \