mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
];
|
||||
|
||||
# To avoid non-deterministic build failure using make.
|
||||
# When switching back to cmake turn parallel back on, see #40046.
|
||||
enableParallelBuilding = false;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preConfigure = ''
|
||||
intltoolize -f
|
||||
|
Loading…
Reference in New Issue
Block a user