git-cola: avoid double wrapping

This commit is contained in:
D Anzorge 2021-07-12 23:10:48 +02:00
parent c29191d61b
commit e3e3baf498

View file

@ -20,10 +20,8 @@ in buildPythonApplication rec {
doCheck = false;
postFixup = ''
wrapQtApp $out/bin/git-cola
wrapQtApp $out/bin/git-dag
preFixup = ''
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
'';
meta = with lib; {