libomxil-bellagio: explicitly disable parallel building

This commit is contained in:
Sergei Trofimovich 2021-10-20 17:36:37 +01:00
parent e17c0d6ccf
commit 0a33f548c8

View file

@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
./fno-common.patch
];
# Disable parallel build as it fails as:
# ld: cannot find -lomxil-bellagio
enableParallelBuilding = false;
doCheck = false; # fails
# Fix for #40213, probably permanent, because upstream doesn't seem to be