Revert "inkscape: disable parallelBuilding"
This reverts commit 05a6e94f34
.
This commit is contained in:
parent
37b90ed9af
commit
e8b7d73653
|
@ -51,9 +51,7 @@ stdenv.mkDerivation rec {
|
||||||
libvisio libcdr libexif potrace python2Env icu
|
libvisio libcdr libexif potrace python2Env icu
|
||||||
];
|
];
|
||||||
|
|
||||||
# To avoid non-deterministic build failure using make.
|
enableParallelBuilding = true;
|
||||||
# When switching back to cmake turn parallel back on, see #40046.
|
|
||||||
enableParallelBuilding = false;
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
intltoolize -f
|
intltoolize -f
|
||||||
|
|
Loading…
Reference in New Issue