avidemux: fix double wrapped binaries
This commit is contained in:
parent
6354dcddb3
commit
6a776dcc6a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user