avidemux: fix double wrapped binaries

This commit is contained in:
annalee 2024-01-15 21:27:14 +00:00 committed by a-n-n-a-l-e-e
parent 6354dcddb3
commit 6a776dcc6a

View File

@ -55,6 +55,8 @@ stdenv.mkDerivation rec {
++ lib.optionals withQT [ qttools qtbase ]
++ lib.optional withVPX libvpx;
dontWrapQtApps = true;
buildCommand = let
wrapWith = makeWrapper: filename:
"${makeWrapper} ${filename} --set ADM_ROOT_DIR $out --prefix LD_LIBRARY_PATH : ${libXext}/lib";