1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #40717 from hedning/fix-inkscape-build

inkscape: disable parallelBuilding to avoid non-deterministic failure
This commit is contained in:
Matthew Justin Bauer 2018-05-18 15:53:13 -05:00 committed by GitHub
commit 18e1aea5c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,9 @@ stdenv.mkDerivation rec {
libvisio libcdr libexif potrace python2Env icu
];
enableParallelBuilding = true;
# To avoid non-deterministic build failure using make.
# When switching back to cmake turn parallel back on, see #40046.
enableParallelBuilding = false;
preConfigure = ''
intltoolize -f