From 378d7ba2619ea9180cd58b2b792b1ae1791495c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 10 Apr 2021 16:55:44 +0200 Subject: [PATCH] tracker: more temporary parallel-build fixup On master I didn't want to force a rebuild but x86_64 now failed also: https://hydra.nixos.org/build/141239433 The section will probably go away with the following update, so I didn't want to move the lines around. --- pkgs/development/libraries/tracker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/tracker/default.nix b/pkgs/development/libraries/tracker/default.nix index fae10f2b1b4..ab769312c36 100644 --- a/pkgs/development/libraries/tracker/default.nix +++ b/pkgs/development/libraries/tracker/default.nix @@ -134,7 +134,7 @@ stdenv.mkDerivation (rec { platforms = platforms.linux; }; } - // lib.optionalAttrs stdenv.isi686 { + // { # TMP: fatal error: libtracker-sparql/tracker-sparql-enum-types.h: No such file or directory enableParallelBuilding = false; }