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.
This commit is contained in:
Vladimír Čunát 2021-04-10 16:55:44 +02:00
parent 66d1da7e00
commit 378d7ba261
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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;
}