friture: Use qt5.15 just like pyqt5

Don't double wrap executables.
This commit is contained in:
Doron Behar 2020-10-08 15:23:06 +03:00 committed by Frederik Rietdijk
parent 3d8267ee88
commit 62738d495c
2 changed files with 3 additions and 4 deletions
pkgs
applications/audio/friture
top-level

View File

@ -32,9 +32,8 @@ in py.buildPythonApplication rec {
./unlock_constraints.patch ./unlock_constraints.patch
]; ];
postFixup = '' preFixup = ''
wrapQtApp $out/bin/friture makeWrapperArgs+=("''${qtWrapperArgs[@]}")
wrapQtApp $out/bin/.friture-wrapped
''; '';
meta = with lib; { meta = with lib; {

View File

@ -20836,7 +20836,7 @@ in
freerdpUnstable = freerdp; freerdpUnstable = freerdp;
friture = libsForQt514.callPackage ../applications/audio/friture { }; friture = libsForQt5.callPackage ../applications/audio/friture { };
fte = callPackage ../applications/editors/fte { }; fte = callPackage ../applications/editors/fte { };