readstat: enable parallel building
Tested at -j4.
This commit is contained in:
parent
0c61668468
commit
45a7ad7460
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ libiconv ];
|
buildInputs = [ libiconv ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/WizardMac/ReadStat";
|
homepage = "https://github.com/WizardMac/ReadStat";
|
||||||
description = "Command-line tool (+ C library) for converting SAS, Stata, and SPSS files";
|
description = "Command-line tool (+ C library) for converting SAS, Stata, and SPSS files";
|
||||||
|
|
Loading…
Reference in a new issue