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:
parent
66d1da7e00
commit
378d7ba261
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue