gpsbabel: enable parallel building
This commit is contained in:
parent
89e22a78b7
commit
efdc9a0bd8
|
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
|||
# extended precision fixes this problem.
|
||||
++ stdenv.lib.optional stdenv.isi686 "CXXFLAGS=-ffloat-store";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
preCheck = ''
|
||||
patchShebangs testo
|
||||
|
|
Loading…
Reference in New Issue