aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/inkscape
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2018-05-18 12:07:01 +0200
committerTor Hedin Brønner <torhedinbronner@gmail.com>2018-05-18 12:32:11 +0200
commit05a6e94f3437af6c28fa8b794136e193553e98c5 (patch)
treef7d7385b9d2311179b0eff61177a39b948015e44 /pkgs/applications/graphics/inkscape
parentc80f36df9985d734c77dee1a9bd19be13bc27ce6 (diff)
inkscape: disable parallelBuilding
Try to avoid non-deterministic build failure.
Diffstat (limited to 'pkgs/applications/graphics/inkscape')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index 5978612fdf3..de4849e2162 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/pkgs/applications/graphics/inkscape/default.nix
@@ -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