readstat: enable parallel building

Tested at -j4.
This commit is contained in:
Alyssa Ross 2023-01-17 20:12:15 +00:00
parent 0c61668468
commit 45a7ad7460

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libiconv ];
enableParallelBuilding = true;
meta = {
homepage = "https://github.com/WizardMac/ReadStat";
description = "Command-line tool (+ C library) for converting SAS, Stata, and SPSS files";