libomxil-bellagio: explicitly disable parallel building
This commit is contained in:
parent
e17c0d6ccf
commit
0a33f548c8
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue