vlc: disable parallel installing

due to race condition on high core machines
This commit is contained in:
Sandro Jäckel 2023-07-02 22:09:19 +02:00 committed by Anderson Torres
parent 7f76939485
commit 948d08a1f1

View file

@ -248,6 +248,11 @@ stdenv.mkDerivation rec {
sed -i 's|^#define CONFIGURE_LINE.*$|#define CONFIGURE_LINE "<removed>"|g' config.h
'';
# fails on high core machines
# ld: cannot find -lvlc_vdpau: No such file or directory
# https://code.videolan.org/videolan/vlc/-/issues/27338
enableParallelInstalling = false;
# Add missing SOFA files
# Given in EXTRA_DIST, but not in install-data target
postInstall = ''